Uses of Class
org.goplanit.utils.zip.PlanitZipFileInputStream
-
Packages that use PlanitZipFileInputStream Package Description org.goplanit.utils.zip -
-
Uses of PlanitZipFileInputStream in org.goplanit.utils.zip
Methods in org.goplanit.utils.zip that return PlanitZipFileInputStream Modifier and Type Method Description static PlanitZipFileInputStream
ZipUtils. createZipEntryInputStream(ZipFile zipFile, String zipEntryFileName)
Collect the input stream for a given zip file entry.static PlanitZipFileInputStream
PlanitZipFileInputStream. of(ZipFile zipFile, ZipEntry entry)
create PLANit zip input stream containing all input streams that need to remain in scope for the input stream to be accessible
-