private class ZipFile.BoundedFileChannelInputStream extends ZipFile.BoundedInputStream
Modifier and Type | Field and Description |
---|---|
private java.nio.channels.FileChannel |
archive |
Constructor and Description |
---|
BoundedFileChannelInputStream(long start,
long remaining) |
Modifier and Type | Method and Description |
---|---|
protected int |
read(long pos,
java.nio.ByteBuffer buf) |
read, read
BoundedFileChannelInputStream(long start, long remaining)
protected int read(long pos, java.nio.ByteBuffer buf) throws java.io.IOException
read
in class ZipFile.BoundedInputStream
java.io.IOException