com.jagacy
Class CodePage

java.lang.Object
  extended bycom.jagacy.CodePage

public class CodePage
extends java.lang.Object

Codepage conversion.

Version:
1.0
Author:
Robert M. Preston

Constructor Summary
CodePage(java.lang.String codePage)
           
 
Method Summary
 byte[] getBytes(java.lang.String s)
           
 char getChar(byte b)
           
 int getPage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodePage

public CodePage(java.lang.String codePage)
         throws JagacyException
Method Detail

getChar

public char getChar(byte b)
             throws JagacyException
Throws:
JagacyException

getBytes

public byte[] getBytes(java.lang.String s)
                throws JagacyException
Throws:
JagacyException

getPage

public int getPage()

toString

public java.lang.String toString()