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 IOException
buf - characters that will be writtenoff - offset in the characters arraylen - length that will be writtenIOException - If an I/O occurs while writing the charactersCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.