Interface ChunkEncodedOutput<T>

Type Parameters:
T - the chunk type
All Superinterfaces:
AutoCloseable, BufferedEncodedOutput, Output<RuntimeException>, Output.CloseableEncodedOutput<RuntimeException>, Output.EncodedOutput<RuntimeException>

public non-sealed interface ChunkEncodedOutput<T> extends BufferedEncodedOutput
Maintains the encoded output in an iterable of chunks of type T that is optimized for BufferedEncodedOutput.asReadableByteChannel().
Author:
agentgt