Uses of Class
i2p.susi.webmail.encoding.EncodingException
-
Packages that use EncodingException Package Description i2p.susi.webmail.encoding -
-
Uses of EncodingException in i2p.susi.webmail.encoding
Methods in i2p.susi.webmail.encoding that throw EncodingException Modifier and Type Method Description StringBase64. encode(byte[] in)StringEightBit. encode(byte[] in)TODO would be nice to implement this, as it is supported on the project server, but content must be CRLF terminated with a max of 998 chars per line.abstract StringEncoding. encode(byte[] in)Encode a byte array to a ASCII or ISO-8859-1 String.StringEncoding. encode(String str)Encode a (UTF-8) String to a ASCII or ISO-8859-1 String.StringHeaderLine. encode(byte[] in)This will split multibyte chars across lines, see 4th ref aboveStringHeaderLine. encode(String str)Encode a single header line ONLY.StringHTML. encode(byte[] in)StringHTML. encode(String str)StringQuotedPrintable. encode(byte[] in)StringSevenBit. encode(byte[] in)
-