public static interface ByteChunk.ByteOutputChannel
Modifier and Type | Method and Description |
---|---|
void |
realWriteBytes(byte[] buf,
int off,
int len)
Send the bytes ( usually the internal conversion buffer ).
|
void realWriteBytes(byte[] buf, int off, int len) throws IOException
buf
- bytes that will be writtenoff
- offset in the bytes arraylen
- length that will be writtenIOException
- If an I/O occurs while writing the bytesCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.