Uses of Enum Class
org.openpreservation.odf.fmt.Formats
Packages that use Formats
Package
Description
-
Uses of Formats in org.openpreservation.odf.document
Methods in org.openpreservation.odf.document that return Formats -
Uses of Formats in org.openpreservation.odf.fmt
Methods in org.openpreservation.odf.fmt that return FormatsModifier 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
Methods in org.openpreservation.odf.pkg that return FormatsModifier and TypeMethodDescriptionOdfPackage.getDetectedFormat()
Get the detectedFormats
of the package. -
Uses of Formats in org.openpreservation.odf.validation
Methods in org.openpreservation.odf.validation with parameters of type FormatsModifier and TypeMethodDescriptionValidator.validateSingleFormat
(File toValidate, Formats legal) Validator.validateSingleFormat
(Path toValidate, Formats legal) -
Uses of Formats in org.openpreservation.odf.xml
Methods in org.openpreservation.odf.xml that return types with arguments of type FormatsMethods in org.openpreservation.odf.xml with parameters of type FormatsModifier and TypeMethodDescriptionstatic DocumentType
DocumentType.getTypeByFormat
(Formats format)