Package | Description |
---|---|
nl.siegmann.epublib.domain | |
nl.siegmann.epublib.epub |
Modifier and Type | Method and Description |
---|---|
Resources |
Book.getResources()
The collection of all images, chapters, sections, xhtml files, stylesheets, etc that make up the book.
|
Modifier and Type | Method and Description |
---|---|
void |
Book.setResources(Resources resources) |
Modifier and Type | Method and Description |
---|---|
static Resources |
ResourcesLoader.loadResources(InputStream in,
String defaultHtmlEncoding) |
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.
|
static Resources |
ResourcesLoader.loadResources(ZipInputStream zipInputStream,
String defaultHtmlEncoding)
Loads all entries from the ZipInputStream as Resources.
|
Modifier and Type | Method and Description |
---|---|
static void |
PackageDocumentReader.read(Resource packageResource,
EpubReader epubReader,
Book book,
Resources resources) |
Book |
EpubReader.readEpub(Resources resources) |
Book |
EpubReader.readEpub(Resources resources,
Book result) |
Copyright © 2009–2017. All rights reserved.