Compose a FileStream.
Wrap a File instance.
Return the underlying conduit.
Endian variations.
Set the array allocator.
Set current endian translation.
Read an array back into a user-provided workspace. The space must be sufficiently large enough to house all of the array, and the actual number of bytes is returned.
Read an array back from the source, with the assumption it has been written using DataOutput.put() or otherwise prefixed with an integer representing the total number of bytes within the array content. That's *bytes*, not elements.
Composes a seekable file with buffered binary input. A seek causes the input buffer to be cleared.