Compose a FileStream.
Wrap a FileConduit instance.
Return the underlying conduit.
Endian variations.
Set current endian translation.
Write an array to the target stream. Note that the size of the array is written as an integer prefixing the array content itself. Use write(void[]) to eschew this prefix.
Composes a seekable file with buffered binary output. A seek causes the output buffer to be flushed first.