Uses of Enum Class
org.openpreservation.format.xml.Encodings
-
Uses of Encodings in org.openpreservation.format.xml
Modifier and TypeMethodDescriptionstatic Encodings
Encodings.fromEncoding
(String encoding) Get anEncodings
instance from the String name orNONE
if no matchstatic Encodings
Encodings.fromRepresentation
(byte[] bytes) Get anEncodings
instance from the byte array representation, orNONE
if no match.static Encodings
Returns the enum constant of this class with the specified name.static Encodings[]
Encodings.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Encodings in org.openpreservation.odf.fmt
Modifier and TypeMethodDescriptionstatic Encodings
FormatSniffer.sniffEncoding
(File toSniff) static Encodings
FormatSniffer.sniffEncoding
(InputStream toSniff) static Encodings
FormatSniffer.sniffEncoding
(String toSniff) static Encodings
FormatSniffer.sniffEncoding
(Path toSniff)