Overview | Methods | This Package | All Packages
Implements the core array read method.
Syntax
protected int readCore( Object array, int offset, int count )
Parameters
array
The array of primitive types to be read.
offset
The byte offset into array.
count
The number of bytes in array to read.
Return Value
Returns an array of data from this stream.
Overrides DataStream.readCore