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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
realReadChars()
Read new characters.
-