Uses of Class
net.lingala.zip4j.io.inputstream.ZipInputStream
Packages that use ZipInputStream
-
Uses of ZipInputStream in net.lingala.zip4j
Methods in net.lingala.zip4j that return ZipInputStreamModifier and TypeMethodDescriptionZipFile.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 ZipInputStreamModifier and TypeMethodDescriptionprotected 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 ZipInputStreamModifier and TypeMethodDescriptionstatic ZipInputStreamUnzipUtil.createZipInputStream(ZipModel zipModel, FileHeader fileHeader, char[] password)