| Package | Description |
|---|---|
| org.marketcetera.util.unicode |
Unicode en/decoding with BOMs, including I/O stream support.
|
| Modifier and Type | Field and Description |
|---|---|
static Signature[] |
Signature.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Signature |
Signature.getPrefixMatch(Signature[] candidates,
byte[] data)
Checks whether any of the given signatures matches the header
of the given byte array.
|
Copyright © 2015. All Rights Reserved.