public static interface ByteChunk.ByteInputChannel
| Modifier and Type | Method and Description | 
|---|---|
| int | realReadBytes(byte[] cbuf,
             int off,
             int len)Read new bytes. | 
int realReadBytes(byte[] cbuf,
                int off,
                int len)
                  throws IOException
cbuf - bytes that will be readoff - offset in the bytes arraylen - length that will be readIOException - If an I/O error occurs during readingCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.