Uses of Class
org.marketcetera.util.unicode.UnicodeCharset
-
Packages that use UnicodeCharset Package Description org.marketcetera.util.unicode Unicode en/decoding with BOMs, including I/O stream support. -
-
Uses of UnicodeCharset in org.marketcetera.util.unicode
Fields in org.marketcetera.util.unicode declared as UnicodeCharset Modifier and Type Field Description private UnicodeCharsetSignatureCharset. mCharsetMethods in org.marketcetera.util.unicode that return UnicodeCharset Modifier and Type Method Description UnicodeCharsetSignatureCharset. getCharset()Returns the receiver's charset.static UnicodeCharsetUnicodeCharset. valueOf(String name)Returns the enum constant of this type with the specified name.static UnicodeCharset[]UnicodeCharset. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.marketcetera.util.unicode with parameters of type UnicodeCharset Constructor Description SignatureCharset(Signature signature, UnicodeCharset charset)Creates a new signature/charset pair with the given signature and charset.
-