Uses of Class
net.sf.jazzlib.ZipFile
Packages that use ZipFile
-
Uses of ZipFile in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub with parameters of type ZipFileModifier and TypeMethodDescriptionstatic ResourcesResourcesLoader.loadResources(ZipFile zipFile, String defaultHtmlEncoding) Loads all entries from the ZipInputStream as Resources.static ResourcesResourcesLoader.loadResources(ZipFile zipFile, String defaultHtmlEncoding, List<MediaType> lazyLoadedTypes) Loads the entries of the zipFile as resources.EpubReader.readEpubLazy(ZipFile zipFile, String encoding) Reads this EPUB without loading any resources into memory.EpubReader.readEpubLazy(ZipFile zipFile, String encoding, List<MediaType> lazyLoadedTypes) Reads this EPUB without loading all resources into memory.