public static class RubyConverter.EncodingErrorMethods extends Object
Constructor and Description |
---|
RubyConverter.EncodingErrorMethods() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
destination_encoding_name(ThreadContext context,
IRubyObject self) |
static IRubyObject |
destination_encoding(ThreadContext context,
IRubyObject self) |
static IRubyObject |
error_char(ThreadContext context,
IRubyObject self) |
static IRubyObject |
incomplete_input_p(ThreadContext context,
IRubyObject self) |
static IRubyObject |
readagain_bytes(ThreadContext context,
IRubyObject self) |
static IRubyObject |
source_encoding_name(ThreadContext context,
IRubyObject self) |
static IRubyObject |
source_encoding(ThreadContext context,
IRubyObject self) |
public static IRubyObject error_char(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 source_encoding(ThreadContext context, IRubyObject self)
public static IRubyObject source_encoding_name(ThreadContext context, IRubyObject self)
public static IRubyObject destination_encoding(ThreadContext context, IRubyObject self)
public static IRubyObject destination_encoding_name(ThreadContext context, IRubyObject self)
Copyright © 2001-2015 JRuby. All Rights Reserved.