Class CharsetUtils


  • public class CharsetUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CharsetUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.charset.Charset get​(java.lang.String name)  
      static java.nio.charset.Charset lookup​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharsetUtils

        public CharsetUtils()
    • Method Detail

      • lookup

        public static java.nio.charset.Charset lookup​(java.lang.String name)
      • get

        public static java.nio.charset.Charset get​(java.lang.String name)
                                            throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException