public interface InputBuffer
Modifier and Type | Method and Description |
---|---|
int |
doRead(ByteChunk chunk)
Read from the input stream into the given buffer.
|
int doRead(ByteChunk chunk) throws IOException
chunk
- The buffer to read data into.IOException
- If an I/O error occurs reading from the input streamCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.