public static interface ByteChunk.ByteOutputChannel
| Modifier and Type | Method and Description |
|---|---|
void |
realWriteBytes(byte[] cbuf,
int off,
int len)
Send the bytes ( usually the internal conversion buffer ).
|
void realWriteBytes(byte[] cbuf,
int off,
int len)
throws IOException
IOExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.