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 Details

    • ASCII_ENCODING

      public static final String ASCII_ENCODING
      Ascii file encoding.
      See Also:
    • 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:
    • 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:
    • 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.