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
IOException
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.