Package org.apache.tomcat.util.buf
Interface CharChunk.CharInputChannel
- Enclosing class:
- CharChunk
public static interface CharChunk.CharInputChannel
Input interface, used when the buffer is empty.
-
Method Summary
-
Method Details
-
realReadChars
Read new characters.- Returns:
- The number of characters read
- Throws:
IOException
- If an I/O error occurs during reading
-