|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||