Uses of Enum Class
org.openpreservation.odf.fmt.Signatures
-
Uses of Signatures in org.openpreservation.odf.fmt
Modifier and TypeMethodDescriptionstatic Signatures
Signatures.match
(byte[] signature) static Signatures
Signatures.match
(byte[] bytes, int offset) static Signatures
Signatures.match
(byte[] bytes, int offset, Collection<Signatures> sigs) static Signatures
Returns the enum constant of this class with the specified name.static Signatures[]
Signatures.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Set<Signatures>
Signatures.matchAll
(byte[] signature) static Set<Signatures>
Signatures.matchAll
(byte[] bytes, int offset) Modifier and TypeMethodDescriptionstatic Signatures
Signatures.match
(byte[] bytes, int offset, Collection<Signatures> sigs)