jruby/docs BETA
Navigation
org.jruby.RubyConverter 3
C EncodingErrorMethods
C InvalidByteSequenceErrorMethods
C UndefinedConversionErrorMethods
InvalidByteSequenceErrorMethods — members 4
C new()
M error_bytes(context, self) IRubyObject
M incomplete_input_p(context, self) IRubyObject
M readagain_bytes(context, self) IRubyObject

org.jruby.RubyConverter.InvalidByteSequenceErrorMethods

class 4 members

Constructors

new

new ( )
Java: <init>()

Class Methods

error_bytes

IRubyObject error_bytes ( ThreadContext context, IRubyObject self )
Java: error_bytes(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

incomplete_input_p

IRubyObject incomplete_input_p ( ThreadContext context, IRubyObject self )
Java: incomplete_input_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

readagain_bytes

IRubyObject readagain_bytes ( ThreadContext context, IRubyObject self )
Java: readagain_bytes(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)