Uses of Class
net.sf.jazzlib.ZipFile
-
Packages that use ZipFile Package Description nl.siegmann.epublib.epub -
-
Uses of ZipFile in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub with parameters of type ZipFile Modifier and Type Method Description static ResourcesResourcesLoader. loadResources(ZipFile zipFile, java.lang.String defaultHtmlEncoding)Loads all entries from the ZipInputStream as Resources.static ResourcesResourcesLoader. loadResources(ZipFile zipFile, java.lang.String defaultHtmlEncoding, java.util.List<MediaType> lazyLoadedTypes)Loads the entries of the zipFile as resources.BookEpubReader. readEpub(ZipFile zipfile)BookEpubReader. readEpub(ZipFile in, java.lang.String encoding)BookEpubReader. readEpubLazy(ZipFile zipFile, java.lang.String encoding)Reads this EPUB without loading any resources into memory.BookEpubReader. readEpubLazy(ZipFile zipFile, java.lang.String encoding, java.util.List<MediaType> lazyLoadedTypes)Reads this EPUB without loading all resources into memory.
-