Interface ByteBufferEncodedOutput

All Superinterfaces:
AutoCloseable, BufferedEncodedOutput, Output<RuntimeException>, Output.CloseableEncodedOutput<RuntimeException>, Output.EncodedOutput<RuntimeException>
All Known Implementing Classes:
ByteBufferedOutputStream

public non-sealed interface ByteBufferEncodedOutput extends BufferedEncodedOutput
An encoded output optimized for producing a single ByteBuffer. The BufferedEncodedOutput.bufferSizeHint() is usually the size of the entire output and usually implementations of this type are reusable with care.
Author:
agentgt