Uses of Enum Class
org.openpreservation.odf.fmt.Formats
Package
Description
-
Uses of Formats in org.openpreservation.odf.document
-
Uses of Formats in org.openpreservation.odf.fmt
Modifier and TypeMethodDescriptionstatic Formats
Formats.fromExtension
(String ext) static Formats
static Formats
Formats.identify
(byte[] bytes) static Formats
FormatSniffer.sniff
(BufferedInputStream toSniff) static Formats
FormatSniffer.sniff
(BufferedInputStream toSniff, int length) static Formats
static Formats
static Formats
static Formats
static Formats
static Formats
static Formats
Returns the enum constant of this class with the specified name.static Formats[]
Formats.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Formats in org.openpreservation.odf.pkg
Modifier and TypeMethodDescriptionOdfPackage.getDetectedFormat()
Get the detectedFormats
of the package. -
Uses of Formats in org.openpreservation.odf.validation
Modifier and TypeMethodDescriptionValidator.validateSingleFormat
(File toValidate, Formats legal) Validator.validateSingleFormat
(Path toValidate, Formats legal) -
Uses of Formats in org.openpreservation.odf.xml
Modifier and TypeMethodDescriptionstatic DocumentType
DocumentType.getTypeByFormat
(Formats format)