CmsEncapsulatedContent

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public class CmsEncapsulatedContent extends CustomPackage

Represents a signed content container, consisting of a content type identifier and the content itself.

Methods

Method Description
getContentType() Gets the object identifier uniquely specifies the content type.
getContentRawData() Gets the raw data of content info.

getContentType()

public final Oid getContentType()

Gets the object identifier uniquely specifies the content type.

Returns: Oid - The object identifier uniquely specifies the content type.

getContentRawData()

public final byte[] getContentRawData()

Gets the raw data of content info.

Returns: byte[] - The raw data of content info.