Class FileCharsets
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.io.FileCharsets
-
public class FileCharsets extends Object
This class define default charsets.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static Charset
ASCII_CHARSET
Ascii charset.static String
ASCII_ENCODING
Ascii file encoding.static Charset
LATIN1_CHARSET
Latin1 charset.static String
LATIN1_FILE_ENCODING
Latin1 file encoding.static Charset
SYSTEM_CHARSET
The system default charset.static String
SYSTEM_FILE_ENCODING
The system default charset.static Charset
UTF8_CHARSET
UTF-8 charset.static String
UTF8_FILE_ENCODING
UTF-8 file encoding.
-
-
-
Field Detail
-
ASCII_ENCODING
public static final String ASCII_ENCODING
Ascii file encoding.- See Also:
- Constant Field Values
-
ASCII_CHARSET
public static final Charset ASCII_CHARSET
Ascii charset.
-
LATIN1_FILE_ENCODING
public static final String LATIN1_FILE_ENCODING
Latin1 file encoding.- See Also:
- Constant Field Values
-
LATIN1_CHARSET
public static final Charset LATIN1_CHARSET
Latin1 charset.
-
UTF8_FILE_ENCODING
public static final String UTF8_FILE_ENCODING
UTF-8 file encoding.- See Also:
- Constant Field Values
-
UTF8_CHARSET
public static final Charset UTF8_CHARSET
UTF-8 charset.
-
SYSTEM_FILE_ENCODING
public static final String SYSTEM_FILE_ENCODING
The system default charset.
-
SYSTEM_CHARSET
public static final Charset SYSTEM_CHARSET
The system default charset.
-
-