| Package | Description |
|---|---|
| i2p.susi.webmail.encoding | Character encoding and MIME handling for SusiMail. |
| Modifier and Type | Method and Description |
|---|---|
Buffer | Encoding.decode(byte[] in)Decode a byte array using default offset and length. |
Buffer | Encoding.decode(byte[] in,
int offset,
int length)Decode a portion of a byte array. |
Buffer | SevenBit.decode(byte[] in,
int offset,
int length) |
void | HTML.decode(InputStream in,
Buffer out)Decode HTML entities from the stream |
Buffer | Encoding.decode(String str)Decode a string. |