Uses of Class
org.marketcetera.util.unicode.Serialization
-
Packages that use Serialization Package Description org.marketcetera.util.unicode Unicode en/decoding with BOMs, including I/O stream support. -
-
Uses of Serialization in org.marketcetera.util.unicode
Fields in org.marketcetera.util.unicode declared as Serialization Modifier and Type Field Description private Serialization[]DecodingStrategy. mSerializationsMethods in org.marketcetera.util.unicode that return Serialization Modifier and Type Method Description Serialization[]DecodingStrategy. getSerializations()Returns the receiver's serializations.static SerializationSerialization. valueOf(String name)Returns the enum constant of this type with the specified name.static Serialization[]Serialization. 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 Serialization Modifier and Type Method Description static StringSerialization. decode(Serialization[] candidates, byte[] data)Decodes the given byte array using the charset paired to a signature (among the pairs of the given serializations) that matches the array header, and returns the result.static SignatureCharsetSerialization. getPrefixMatch(Serialization[] candidates, byte[] data)Checks whether any of the signatures among the pairs of the given serializations matches the header of the given byte array, and returns the matching signature/charset pair.Constructors in org.marketcetera.util.unicode with parameters of type Serialization Constructor Description DecodingStrategy(Serialization[] serializations)Creates a new charset with the given serializations.
-