public abstract class CodepageConverterAdapter extends Object implements ICodepageConverter
| Constructor and Description |
|---|
CodepageConverterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
char |
ebcdic2uni(int index)
Convert a single byte (or maybe more bytes which representing one character) to a Unicode character.
|
protected abstract char[] |
getCodePage() |
ICodepageConverter |
init()
Does special initialization stuff for this converter.
|
byte |
uni2ebcdic(char index)
Convert a Unicode character in it's byte representation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getNamepublic ICodepageConverter init()
ICodepageConverterinit in interface ICodepageConverterpublic byte uni2ebcdic(char index)
ICodePageuni2ebcdic in interface ICodePageindex - a characterpublic char ebcdic2uni(int index)
ICodePageebcdic2uni in interface ICodePageindex - a byteprotected abstract char[] getCodePage()
Copyright © 2018. All rights reserved.