the basis for creating this OutputConverter. Essentially this class uses base to convert/write a single T instead of many
Write the data to the OutputStream in the most efficient way possible
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
The number of bytes the data will be converted to.
The number of bytes the data will be converted to.
Converts the data to bytes
Converts the data to bytes
the data to convert to bytes
The data converted to bytes
Converts a OutputConverter[Traversable[T]] to a OutputConverter[T]. This class is to support implementing OutputConverters
For maximum performance this class is not recommended. But for maximum productivity it is worth considering.