DataInput reads primitive types from a byte[] which has been encoded using the {@link DataOutput}Every read call reads the next value from the underlying byte[].
The underlying byte[] can be larger than the part that the DataInput "views". All methods are relative to the view of the DataInput, except methods that refer to the "start position", which is the absolute position in the underlying byte[].
| |
| |
| |