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