com.calitha.io
Interface CharacterSet
public interface CharacterSet
Provides common constants for character sets/encodings.
- Author:
- Robert van Loenhout
US_ASCII
static final String US_ASCII
- See Also:
- Constant Field Values
ISO_8859_1
static final String ISO_8859_1
- See Also:
- Constant Field Values
UTF_8
static final String UTF_8
- See Also:
- Constant Field Values
UTF_16
static final String UTF_16
- See Also:
- Constant Field Values
UTF_16BE
static final String UTF_16BE
- See Also:
- Constant Field Values
UTF_16LE
static final String UTF_16LE
- See Also:
- Constant Field Values
US_ASCII_SET
static final Charset US_ASCII_SET
ISO_8859_1_SET
static final Charset ISO_8859_1_SET
UTF_8_SET
static final Charset UTF_8_SET
UTF_16_SET
static final Charset UTF_16_SET
UTF_16BE_SET
static final Charset UTF_16BE_SET
UTF_16LE_SET
static final Charset UTF_16LE_SET