Package org.jruby.util
Class PackUtils
java.lang.Object
org.jruby.util.PackUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PackUtils
public PackUtils()
-
-
Method Details
-
qpencode
encodes a String with the Quoted printable, MIME encoding (see RFC2045). appends the result of the encoding in a StringBuffer- Parameters:
io2Append
- The StringBuffer which should receive the resulti2Encode
- The String to encodeiLength
- The max number of characters to encode- Returns:
- the io2Append buffer
-