Changed Methods |
int read(long, byte[], int, int)
|
Changed from abstract to non-abstract.
|
Read up to the specified number of bytes from a given position within a file and return the number of bytes read. |
void readFully(long, byte[])
|
Changed from abstract to non-abstract.
|
Read number of bytes equal to the length of the buffer from a given position within a file. |
void readFully(long, byte[], int, int)
|
Changed from abstract to non-abstract.
|
Read the specified number of bytes from a given position within a file. |