public static class RubyConverter.InvalidByteSequenceErrorMethods extends Object
| Constructor and Description | 
|---|
| RubyConverter.InvalidByteSequenceErrorMethods() | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRubyObject | error_bytes(ThreadContext context,
           IRubyObject self) | 
| static IRubyObject | incomplete_input_p(ThreadContext context,
                  IRubyObject self) | 
| static IRubyObject | readagain_bytes(ThreadContext context,
               IRubyObject self) | 
public RubyConverter.InvalidByteSequenceErrorMethods()
public static IRubyObject readagain_bytes(ThreadContext context, IRubyObject self)
public static IRubyObject incomplete_input_p(ThreadContext context, IRubyObject self)
public static IRubyObject error_bytes(ThreadContext context, IRubyObject self)
Copyright © 2001-2016 JRuby. All Rights Reserved.