Overview | Methods | This Package | All Packages
Implements the core array read method.
Syntax
protected int readCore( Object array, int offset, int count )
Parameters
buffer
An array of a primitive type.
offset
The byte offset into the buffer.
count
The number of bytes to read.
Return Value
Returns an array of data from this stream.
Exceptions
IOException thrown if an error occurs or if the stream does not support reading.
Overrides DataStream.readCore