public final class EpubMetadata extends MetadataContainer
Represents metadata in EpubFormat
.
Modifier and Type | Method and Description |
---|---|
DublinCoreMetadata |
getDublinCore()
Gets the Dublin Core metadata.
|
byte[] |
getImageCover()
Gets the image cover as array of bytes.
|
String |
getUniqueIdentifier()
Gets the value of 'unique-identifier' inside EPUB package.
|
String |
getVersion()
Gets the EPUB version.
|
getKeys
getByType, getMetadataType, readByStringKey
public final DublinCoreMetadata getDublinCore()
Gets the Dublin Core metadata.
public final byte[] getImageCover()
Gets the image cover as array of bytes.
public final String getVersion()
Gets the EPUB version.
public final String getUniqueIdentifier()
Gets the value of 'unique-identifier' inside EPUB package.
Copyright © 2018. All rights reserved.