public interface ICodePage
| 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.
|
byte |
uni2ebcdic(char index)
Convert a Unicode character in it's byte representation.
|
char ebcdic2uni(int index)
index - a bytebyte uni2ebcdic(char index)
index - a characterCopyright © 2018. All rights reserved.