public class Cp437CharacterConverter extends AbstractCharacterConverter
| Modifier | Constructor and Description |
|---|---|
protected |
Cp437CharacterConverter() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
bytes2chars(byte[] bytes,
int start,
int length) |
byte[] |
chars2bytes(char[] chars,
int start,
int length) |
contains, newDecoder, newEncoderpublic char[] bytes2chars(byte[] bytes,
int start,
int length)
bytes2chars in class AbstractCharacterConverterpublic byte[] chars2bytes(char[] chars,
int start,
int length)
chars2bytes in class AbstractCharacterConverter