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, newEncoder
public char[] bytes2chars(byte[] bytes, int start, int length)
bytes2chars
in class AbstractCharacterConverter
public byte[] chars2bytes(char[] chars, int start, int length)
chars2bytes
in class AbstractCharacterConverter