ByteBuffersDataInput
A DataInput implementing RandomAccessInput and reading data from a list of [ ]s.
Properties
Functions
Return the memory usage of this object in bytes. Negative values are illegal.
Reads exactly len bytes into the given buffer. The buffer must have enough remaining limit.
Reads a specified number of bytes into an array at the specified offset.
Reads a specified number of bytes starting at a given position into an array at the specified offset.
Reads a specified number of bytes into an array at the specified offset with control over whether the read should be buffered (callers who have their own buffer should pass in "false" for useBuffer). Currently only BufferedIndexInput respects this parameter.
Reads a specified number of floats into an array at the specified offset.
Override if you have an efficient implementation. In general this is when the input supports random access.
Reads a Set
Reads a string.