Implements the core array read method.
protected int readCore( Object array, int offset, int count )
array
The array of primitive types to be read.
offset
The byte offset into array.
count
The number of bytes in array to read.
Returns an array of data from this stream.
Overrides DataStream.readCore