Uses of Class
i2p.susi.webmail.encoding.DecodingException
-
Uses of DecodingException in i2p.susi.webmail.encoding
Modifier and TypeMethodDescriptionEncoding.decode
(byte[] in) This implementation just calls decode(in, 0, in.length).Encoding.decode
(byte[] in, int offset, int length) This implementation just converts the string to a byte array and then calls decode(byte[]).void
HTML.decode
(InputStream in, Buffer out) SevenBit.decode
(byte[] in, int offset, int length)