Uses of Class
org.marketcetera.util.unicode.Signature

Packages that use Signature
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
static Signature[] Signature.EMPTY_ARRAY
           
 

Methods in org.marketcetera.util.unicode that return Signature
static Signature Signature.getPrefixMatch(Signature[] candidates, byte[] data)
          Checks whether any of the given signatures matches the header of the given byte array.
 Signature SignatureCharset.getSignature()
          Returns the receiver's signature.
static Signature Signature.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
static Signature Signature.getPrefixMatch(Signature[] candidates, byte[] data)
          Checks whether any of the given signatures matches the header of the given byte array.
 



Copyright © 2012. All Rights Reserved.