パッケージ | 説明 |
---|---|
i2p.susi.webmail.encoding |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Buffer |
Encoding.decode(byte[] in) |
This implementation just calls decode(in, 0, in.length).
|
Buffer |
Encoding.decode(byte[] in,
int offset,
int length) |
|
Buffer |
Encoding.decode(java.lang.String str) |
This implementation just converts the string to a byte array
and then calls encode(byte[]).
|
void |
HTML.decode(java.io.InputStream in,
Buffer out) |
|
Buffer |
SevenBit.decode(byte[] in,
int offset,
int length) |