Read up to anInteger bytes from the stream and store them
into answer. Return the number of bytes that were read, raising
an exception if we could not read the full amount of data.
next: anInteger putAllOn: aStream
Read up to anInteger bytes from the stream and store them
into aStream. Return the number of bytes that were read, raising
an exception if we could not read the full amount of data.