scalax.io
Functions used by Seekable and Output to either convert data to bytes for writing or write directly to an output stream depending on the requirements of the caller.
The number of bytes the data will be converted to.
Converts the data to bytes
the data to convert to bytes
The data converted to bytes
Write the data to the OutputStream in the most efficient way possible
the output object that the converter write to
the data to convert for the OutputStream
Functions used by Seekable and Output to either convert data to bytes for writing or write directly to an output stream depending on the requirements of the caller.