reads and returns size number of bytes from file starting from seek-position If not enough bytes are left, the array returned will be smaller than size Returns null if the seek-position is at end, or if there are no bytes to be read
See Implementation
reads and returns size number of bytes from file starting from seek-position If not enough bytes are left, the array returned will be smaller than size Returns null if the seek-position is at end, or if there are no bytes to be read