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