org.quickfixj
Class CharsetSupport

java.lang.Object
  extended by org.quickfixj.CharsetSupport

public class CharsetSupport
extends java.lang.Object


Constructor Summary
CharsetSupport()
           
 
Method Summary
static java.lang.String getCharset()
           
static java.lang.String getDefaultCharset()
           
static void setCharset(java.lang.String charset)
           
static java.lang.String validate(java.lang.String charset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharsetSupport

public CharsetSupport()
Method Detail

getDefaultCharset

public static java.lang.String getDefaultCharset()

setCharset

public static void setCharset(java.lang.String charset)
                       throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

getCharset

public static java.lang.String getCharset()

validate

public static java.lang.String validate(java.lang.String charset)
                                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException