Class EncoderFactory


  • public class EncoderFactory
    extends java.lang.Object
    Creates CharsetEncoder from a charset name. Fixes a MS1252 handling bug in JDK1.4.2.
    • Constructor Summary

      Constructors 
      Constructor Description
      EncoderFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.charset.CharsetEncoder createEncoder​(java.lang.String encodin)  
      • Methods inherited from class java.lang.Object

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

      • EncoderFactory

        public EncoderFactory()
    • Method Detail

      • createEncoder

        public static java.nio.charset.CharsetEncoder createEncoder​(java.lang.String encodin)