Package | Description |
---|---|
nl.siegmann.epublib.epub |
Modifier and Type | Method and Description |
---|---|
static Resources |
ResourcesLoader.loadResources(ZipFile zipFile,
String defaultHtmlEncoding)
Loads all entries from the ZipInputStream as Resources.
|
static Resources |
ResourcesLoader.loadResources(ZipFile zipFile,
String defaultHtmlEncoding,
List<MediaType> lazyLoadedTypes)
Loads the entries of the zipFile as resources.
|
Book |
EpubReader.readEpub(ZipFile zipfile) |
Book |
EpubReader.readEpub(ZipFile in,
String encoding) |
Book |
EpubReader.readEpubLazy(ZipFile zipFile,
String encoding)
Reads this EPUB without loading any resources into memory.
|
Book |
EpubReader.readEpubLazy(ZipFile zipFile,
String encoding,
List<MediaType> lazyLoadedTypes)
Reads this EPUB without loading all resources into memory.
|
Copyright © 2009–2017. All rights reserved.