ByteArrayDataInput
DataInput backed by a byte array. WARNING: This class omits all low-level checks.
Functions
Link copied to clipboard
Reads a specified number of bytes 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.
Link copied to clipboard
Reads a specified number of floats into an array at the specified offset.
Link copied to clipboard
Override if you have an efficient implementation. In general this is when the input supports random access.
Link copied to clipboard
Link copied to clipboard
Reads a Set
Link copied to clipboard
Reads a string.