Uses of Class
org.goplanit.utils.zip.PlanitZipInputStream
-
Packages that use PlanitZipInputStream Package Description org.goplanit.utils.zip -
-
Uses of PlanitZipInputStream in org.goplanit.utils.zip
Methods in org.goplanit.utils.zip that return PlanitZipInputStream Modifier and Type Method Description static PlanitZipInputStream
ZipUtils. createZipEntryInputStream(URL zipFileLocation, String zipEntryFileName, boolean logInfo)
Collect the input stream for a given zip file entry.static PlanitZipInputStream
ZipUtils. createZipInputStream(URL zipFileLocation)
Collect the zip input stream for a given zip file (starting point).static PlanitZipInputStream
PlanitZipInputStream. of(BufferedInputStream bis, FileInputStream fis)
create PLANit zip input stream containing all input streams that need to remain in scope for the input stream to be accessible
-