com.sun.codemodel.util
Class EncoderFactory
java.lang.Object
com.sun.codemodel.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 © 2005-2013 Oracle. All Rights Reserved.