"Kurt D. Zeilenga" wrote: > The application should be able to specify any stream... it just needs > to act like a stream. -llber should careless what type it actually > is. It just needs to know how to do some basic I/O operations > upon it. These should minimally include read and write operations. You'll probably find that you need some sort of unread operation too. I did for the server. Big PITA it is too.