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