Interface ByteChunk.ByteOutputChannel
- Enclosing class:
- ByteChunk
public static interface ByteChunk.ByteOutputChannel
Same as java.nio.channel.WrittableByteChannel.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrealWriteBytes(byte[] cbuf, int off, int len) Send the bytes ( usually the internal conversion buffer ).
-
Method Details
-
realWriteBytes
Send the bytes ( usually the internal conversion buffer ). Expect 8k output if the buffer is full.- Throws:
IOException
-