Re: ParrotIO objects

2003-12-22 Thread Jeff Clites
On Dec 22, 2003, at 2:48 PM, Melvin Smith wrote: At 11:02 AM 12/22/2003 -0700, Cory Spencer wrote: The program I'm writing is passing a ParrotIO object about to various functions (the ParrotIO object being either stdin or a file handle to a regular file). Each function can read as many bytes as

Re: ParrotIO objects

2003-12-22 Thread Melvin Smith
At 11:02 AM 12/22/2003 -0700, Cory Spencer wrote: The program I'm writing is passing a ParrotIO object about to various functions (the ParrotIO object being either stdin or a file handle to a regular file). Each function can read as many bytes as it likes from the descriptor. There are times, how