org.firebirdsql.encodings
Class Encoding_ISO8859_6
java.lang.Object
org.firebirdsql.encodings.Encoding_OneByte
org.firebirdsql.encodings.Encoding_ISO8859_6
- All Implemented Interfaces:
- Encoding
public class Encoding_ISO8859_6
- extends Encoding_OneByte
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Encoding_ISO8859_6
public Encoding_ISO8859_6()
Encoding_ISO8859_6
public Encoding_ISO8859_6(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.