Class TStandardCharsets


  • public class TStandardCharsets
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.nio.charset.Charset ISO_8859_1  
      static java.nio.charset.Charset UTF_16  
      static java.nio.charset.Charset UTF_8  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UTF_16

        public static final java.nio.charset.Charset UTF_16
      • UTF_8

        public static final java.nio.charset.Charset UTF_8
      • ISO_8859_1

        public static final java.nio.charset.Charset ISO_8859_1
    • Constructor Detail

      • TStandardCharsets

        public TStandardCharsets()