Implements the core array read method.
protected int readCore( Object array, int offset, int count )
buffer
An array of a primitive type.
offset
The byte offset into the buffer.
count
The number of bytes to read.
Returns an array of data from this stream.
IOException thrown if an error occurs or if the stream does not support reading.
Overrides DataStream.readCore