-
- All Implemented Interfaces:
public interface ContainerContainer of a publication
-
-
Method Summary
Modifier and Type Method Description abstract ByteArraydata(String relativePath)abstract LongdataLength(String relativePath)abstract InputStreamdataInputStream(String relativePath)abstract RootFilegetRootFile()abstract UnitsetRootFile(RootFile rootFile)abstract DRMgetDrm()abstract UnitsetDrm(DRM drm)-
-
Method Detail
-
data
@Deprecated(message = "Use [publication.get()] to access publication content.") abstract ByteArray data(String relativePath)
-
dataLength
@Deprecated(message = "Use [publication.get()] to access publication content.") abstract Long dataLength(String relativePath)
-
dataInputStream
@Deprecated(message = "Use [publication.get()] to access publication content.") abstract InputStream dataInputStream(String relativePath)
-
getRootFile
abstract RootFile getRootFile()
-
setRootFile
abstract Unit setRootFile(RootFile rootFile)
-
getDrm
abstract DRM getDrm()
-
-
-
-