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