Uses of Class
i2p.susi.webmail.encoding.DecodingException
-
Packages that use DecodingException Package Description i2p.susi.webmail.encoding -
-
Uses of DecodingException in i2p.susi.webmail.encoding
Methods in i2p.susi.webmail.encoding that throw DecodingException Modifier and Type Method Description BufferEncoding. decode(byte[] in)This implementation just calls decode(in, 0, in.length).BufferEncoding. decode(byte[] in, int offset, int length)BufferEncoding. decode(String str)This implementation just converts the string to a byte array and then calls decode(byte[]).voidHTML. decode(InputStream in, Buffer out)BufferSevenBit. decode(byte[] in, int offset, int length)
-