Next:
Stream-testing
, Previous:
Stream-storing
, Up:
Stream
1.154.16 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.