jruby/docs BETA
Navigation
org.jruby.util 86
C ASM
C AppendModeChannel
C ArraySupport
C ByteList
C ByteListHelper
I ByteListHolder
I ClassDefiningClassLoader
C ClassDefiningJRubyClassLoader
I ClassProvider
C ClassesLoader
C ClasspathLauncher
C CodeRangeSupport
I CodeRangeable
C CodegenUtils
C CommonByteLists
C ConvertBytes
C ConvertDouble
E DefinedMessage
C Dir
I FileResource
C GenericMap
C IOChannel
C IOInputStream
C IOOutputStream
C IdUtil
C InputStreamMarkCursor
C Inspector
C JDBCDriverUnloader
C JRubyClassLoader
C JRubyFile
C JRubyNonExistentFile
C JRubyObjectInputStream
C JavaNameMangler
C Join
E KCode
C KeyValuePair
I Loader
C MRIRecursionGuard
C Memo
C MurmurHash
C NClassClassLoader
C NoFunctionalitySignalFacade
C NormalizedFile
C Numeric
C OSEnvironment
C OneShotClassLoader
C Pack
C PackUtils
C PerlHash
C PhantomReferenceReaper
C Random
C RecursiveComparator
C ReferenceReaper
C RegexpOptions
C RegexpSupport
C ResourceException
C RubyDateFormatter
C RubyDateParser
C RubyFileTypeDetector
C RubyStringBuilder
C RubyTimeOutputFormatter
C RubyTimeParser
C SafeDoubleParser
C SafeFloatParser
C SafePropertyAccessor
C SecurityHelper
C SelfFirstJRubyClassLoader
C ShellLauncher
I SignalFacade
C SipHashInline
C SoftReferenceReaper
C Sprintf
C StringSupport
C StrptimeParser
C StrptimeToken
C SunSignalFacade
E SymbolNameType
C TimeZoneConverter
I TypeCoercer
C TypeConverter
C URLResource
C URLUtil
C UriLikePathHelper
C WeakIdentityHashMap
C WeakReferenceReaper
C WindowsFFI
PackUtils — members 2
C new()
M qpencode(io2_append, i2_encode, i_length) ByteList

org.jruby.util.PackUtils

class 2 members

Constructors

new

new ( )
Java: <init>()

Class Methods

qpencode

ByteList qpencode ( ByteList io2_append, ByteList i2_encode, int i_length )
Java: qpencode(org.jruby.util.ByteList io2Append, org.jruby.util.ByteList i2Encode, int iLength)

encodes a String with the Quoted printable, MIME encoding (see RFC2045). appends the result of the encoding in a StringBuffer

nametypedescription
io2_appendorg.jruby.util.ByteListThe StringBuffer which should receive the result
i2_encodeorg.jruby.util.ByteListThe String to encode
i_lengthintThe max number of characters to encode

Returns: the io2Append buffer