Uses of Class
net.lingala.zip4j.io.ZipInputStream
-
Packages that use ZipInputStream Package Description net.lingala.zip4j.core net.lingala.zip4j.unzip -
-
Uses of ZipInputStream in net.lingala.zip4j.core
Methods in net.lingala.zip4j.core that return ZipInputStream Modifier and Type Method Description ZipInputStreamZipFile. getInputStream(FileHeader fileHeader)Returns an input stream for reading the contents of the Zip file corresponding to the input FileHeader. -
Uses of ZipInputStream in net.lingala.zip4j.unzip
Methods in net.lingala.zip4j.unzip that return ZipInputStream Modifier and Type Method Description ZipInputStreamUnzip. getInputStream(FileHeader fileHeader)ZipInputStreamUnzipEngine. getInputStream()
-