Previous:
Stream-streaming protocol
, Up:
Stream
1.154.17 Stream: testing
atEnd
Answer whether the stream has got to an end
isExternalStream
Answer whether the receiver streams on a file or socket. By default, answer false.
isSequenceable
Answer whether the receiver can be accessed by a numeric index with #at:/#at:put:.
readStream
As a wild guess, return the receiver. WriteStreams should override this method.