public class PackUtils
extends java.lang.Object
Constructor and Description |
---|
PackUtils() |
Modifier and Type | Method and Description |
---|---|
static ByteList |
qpencode(ByteList io2Append,
ByteList i2Encode,
int iLength)
encodes a String with the Quoted printable, MIME encoding (see RFC2045).
|
public static ByteList qpencode(ByteList io2Append, ByteList i2Encode, int iLength)
io2Append
- The StringBuffer which should receive the resulti2Encode
- The String to encodeiLength
- The max number of characters to encodeCopyright © 2001-2020 JRuby. All Rights Reserved.