Return the next object (character or byte) in the receiver.
nextHunk
Answer the next buffers worth of stuff in the Stream represented
by the receiver. Do at most one actual compression/decompression
operation.
peek
Returns the next element of the stream without moving the pointer.
Returns nil when at end of stream.
peekFor: anObject
Returns true and gobbles the next element from the stream of it is
equal to anObject, returns false and doesn't gobble the next element
if the next element is not equal to anObject.
position
Answer the current value of the stream pointer. Note that only inflating
streams support random access to the stream data.
This document was generated
on May, 22 2008
using texi2html