Next: , Previous: , Up: Stream   [Index]


1.157.17 Stream: streaming protocol

nextAvailablePutAllOn: aStream

Copy to aStream a more-or-less arbitrary amount of data. When used on files, this does at most one I/O operation. For other kinds of stream, the definition may vary. This method is used to do stream-to-stream copies.