sisc.io
Class Charset
java.lang.Object
sisc.io.Charset
public class Charset
- extends java.lang.Object
Wrapper class which names a Character Set
- Author:
- scgmille
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Charset
public Charset()
forName
public static Charset forName(java.lang.String name)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
getName
public java.lang.String getName()
displayName
public java.lang.String displayName()
newInputStreamReader
public java.io.InputStreamReader newInputStreamReader(java.io.InputStream in)
newOutputStreamWriter
public java.io.OutputStreamWriter newOutputStreamWriter(java.io.OutputStream out)