Package org.apache.tomcat.util.buf
Interface ByteChunk.ByteInputChannel
- 
- All Known Implementing Classes:
- InputBuffer
 - Enclosing class:
- ByteChunk
 
 public static interface ByteChunk.ByteInputChannelInput interface, used when the buffer is empty. Same as java.nio.channels.ReadableByteChannel
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intrealReadBytes()Read new bytes.
 
-