Interface ByteChunk.ByteOutputChannel

Enclosing class:
ByteChunk

public static interface ByteChunk.ByteOutputChannel
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel. Same as java.nio.channel.WritableByteChannel.