org.firebirdsql.encodings
Class Encoding_Cp863
java.lang.Object
org.firebirdsql.encodings.Encoding_OneByte
org.firebirdsql.encodings.Encoding_Cp863
- All Implemented Interfaces:
- Encoding
public class Encoding_Cp863
- extends Encoding_OneByte
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Encoding_Cp863
public Encoding_Cp863()
Encoding_Cp863
public Encoding_Cp863(char[] charMapping)
encodeToCharset
public int encodeToCharset(char[] in,
int off,
int len,
byte[] out)
- Specified by:
encodeToCharset in class Encoding_OneByte
decodeFromCharset
public int decodeFromCharset(byte[] in,
int off,
int len,
char[] out)
- Specified by:
decodeFromCharset in class Encoding_OneByte
Copyright © 2001-2010. All Rights Reserved.