com.ibm.jtopenlite.ccsidConversion
Class CCSID1157

java.lang.Object
  extended by com.ibm.jtopenlite.ccsidConversion.CCSID1157
All Implemented Interfaces:
SingleByteConversion

public class CCSID1157
extends Object
implements SingleByteConversion


Constructor Summary
CCSID1157()
           
 
Method Summary
 int getCcsid()
           
static SingleByteConversion getInstance()
           
 byte[] returnFromUnicode()
           
 char[] returnToUnicode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCSID1157

public CCSID1157()
Method Detail

getInstance

public static SingleByteConversion getInstance()

getCcsid

public int getCcsid()
Specified by:
getCcsid in interface SingleByteConversion

returnFromUnicode

public byte[] returnFromUnicode()
Specified by:
returnFromUnicode in interface SingleByteConversion

returnToUnicode

public char[] returnToUnicode()
Specified by:
returnToUnicode in interface SingleByteConversion