org.jboss.jdeparser.util
Class EncoderFactory
java.lang.Object
org.jboss.jdeparser.util.EncoderFactory
public class EncoderFactory
- extends Object
Creates CharsetEncoder
from a charset name.
Fixes a MS1252 handling bug in JDK1.4.2.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncoderFactory
public EncoderFactory()
createEncoder
public static CharsetEncoder createEncoder(String encodin)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.