Uses of Class
net.sf.jazzlib.ZipInputStream
Packages that use ZipInputStream
-
Uses of ZipInputStream in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub with parameters of type ZipInputStreamModifier and TypeMethodDescriptionprivate static ZipEntryResourcesLoader.getNextZipEntry(ZipInputStream zipInputStream) static ResourcesResourcesLoader.loadResources(ZipInputStream zipInputStream, String defaultHtmlEncoding) Loads all entries from the ZipInputStream as Resources.EpubReader.readEpub(ZipInputStream in) EpubReader.readEpub(ZipInputStream in, String encoding) -
Uses of ZipInputStream in nl.siegmann.epublib.util
Methods in nl.siegmann.epublib.util with parameters of type ZipInputStreamModifier and TypeMethodDescriptionstatic ResourceResourceUtil.createResource(ZipEntry zipEntry, ZipInputStream zipInputStream) Creates a resource out of the given zipEntry and zipInputStream.