public static class RubyConverter.InvalidByteSequenceErrorMethods
extends java.lang.Object
Constructor and Description |
---|
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 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-2020 JRuby. All Rights Reserved.