Uses of Enum Class
org.openpreservation.format.xml.Encodings
Packages that use Encodings
-
Uses of Encodings in org.openpreservation.format.xml
Methods in org.openpreservation.format.xml that return EncodingsModifier 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
Methods in org.openpreservation.odf.fmt that return EncodingsModifier 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)