http://idk.i2p/javadoc-i2p/i2p/susi/util/class-use/Buffer.html
Buffer Encoding. decode ( String str) This implementation just converts the string to a byte array
and then calls decode(byte[]). Buffer SevenBit. decode (byte[] in,
int offset,
int length) Buffer SevenBit. decode ( Buffer in) We don't do any 8-bit checks like we do for decode(byte[]) Methods in i2p.susi.webmail.encoding with parameters of type Buffer Modifier and Type Method Description void Base64. decode ( InputStream in, Buffer...