Uses of Class
org.marketcetera.util.unicode.Signature
-
Packages that use Signature Package Description org.marketcetera.util.unicode Unicode en/decoding with BOMs, including I/O stream support. -
-
Uses of Signature in org.marketcetera.util.unicode
Fields in org.marketcetera.util.unicode declared as Signature Modifier and Type Field Description static Signature[]Signature. EMPTY_ARRAYprivate SignatureSignatureCharset. mSignatureMethods in org.marketcetera.util.unicode that return Signature Modifier and Type Method Description static SignatureSignature. getPrefixMatch(Signature[] candidates, byte[] data)Checks whether any of the given signatures matches the header of the given byte array.SignatureSignatureCharset. getSignature()Returns the receiver's signature.static SignatureSignature. valueOf(String name)Returns the enum constant of this type with the specified name.static Signature[]Signature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.marketcetera.util.unicode with parameters of type Signature Modifier and Type Method Description static SignatureSignature. getPrefixMatch(Signature[] candidates, byte[] data)Checks whether any of the given signatures matches the header of the given byte array.Constructors in org.marketcetera.util.unicode with parameters of type Signature Constructor Description SignatureCharset(Signature signature, UnicodeCharset charset)Creates a new signature/charset pair with the given signature and charset.
-