public static interface CharChunk.CharOutputChannel
Modifier and Type | Method and Description |
---|---|
void |
realWriteChars(char[] buf,
int off,
int len)
Send the bytes ( usually the internal conversion buffer ).
|
void realWriteChars(char[] buf, int off, int len) throws java.io.IOException
buf
- characters that will be writtenoff
- offset in the characters arraylen
- length that will be writtenjava.io.IOException
- If an I/O occurs while writing the charactersCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.