public class FileTypePackage extends CustomPackage
Represents a metadata package containing file format information.
Learn more
Modifier and Type | Method and Description |
---|---|
String |
getExtension()
Gets the file extension.
|
int |
getFileFormat()
Gets the file format.
|
String |
getMimeType()
Gets the MIME type.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public final int getFileFormat()
Gets the file format.
public final String getMimeType()
Gets the MIME type.
public final String getExtension()
Gets the file extension.