Uses of Class
net.lingala.zip4j.io.inputstream.ZipInputStream
-
Packages that use ZipInputStream Package Description net.lingala.zip4j net.lingala.zip4j.tasks net.lingala.zip4j.util -
-
Uses of ZipInputStream in net.lingala.zip4j
Methods in net.lingala.zip4j 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.tasks
Methods in net.lingala.zip4j.tasks with parameters of type ZipInputStream Modifier and Type Method Description protected voidAbstractExtractFileTask. extractFile(ZipInputStream zipInputStream, FileHeader fileHeader, String outputPath, String newFileName, ProgressMonitor progressMonitor, byte[] readBuff) -
Uses of ZipInputStream in net.lingala.zip4j.util
Methods in net.lingala.zip4j.util that return ZipInputStream Modifier and Type Method Description static ZipInputStreamUnzipUtil. createZipInputStream(ZipModel zipModel, FileHeader fileHeader, char[] password)
-