public static interface CharChunk.CharInputChannel
Modifier and Type | Method and Description |
---|---|
int |
realReadChars(char[] cbuf,
int off,
int len)
Read new characters.
|
int realReadChars(char[] cbuf, int off, int len) throws IOException
cbuf
- Buffer to read the characters intooff
- Offset for target bufferlen
- length of data to readIOException
- If an I/O error occurs during readingCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.