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 PlanitZipInputStreamZipUtils. createZipEntryInputStream(URL zipFileLocation, String zipEntryFileName)Collect the input stream for a given zip file entry.static PlanitZipInputStreamZipUtils. createZipInputStream(URL zipFileLocation)Collect the zip input stream for a given zip file (starting point).static PlanitZipInputStreamPlanitZipInputStream. 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
-