Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Class and Description |
---|---|
private class |
ZipFile.BoundedFileChannelInputStream
Lock-free implementation of BoundedInputStream.
|
Modifier and Type | Method and Description |
---|---|
private ZipFile.BoundedInputStream |
ZipFile.createBoundedInputStream(long start,
long remaining)
Creates new BoundedInputStream, according to implementation of
underlying archive channel.
|