Class EncodingUtil


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

      Fields 
      Modifier and Type Field Description
      static java.nio.charset.Charset DEFAULT_ENCODING  
    • Constructor Summary

      Constructors 
      Constructor Description
      EncodingUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.nio.charset.Charset getDefaultEncoding()  
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_ENCODING

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

      • EncodingUtil

        public EncodingUtil()
    • Method Detail

      • getDefaultEncoding

        protected static java.nio.charset.Charset getDefaultEncoding()