public class SevenBit extends Encoding
コンストラクタ | 説明 |
---|---|
SevenBit() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ReadBuffer |
decode(byte[] in,
int offset,
int length) |
|
java.lang.String |
encode(byte[] in) |
Encode a byte array to a ASCII or ISO-8859-1 String.
|
java.lang.String |
getName() |
public java.lang.String encode(byte[] in) throws EncodingException
Encoding
encode
クラス内 Encoding
EncodingException
- alwayspublic ReadBuffer decode(byte[] in, int offset, int length) throws DecodingException
decode
クラス内 Encoding
DecodingException
- on illegal characters