Package | Description |
---|---|
org.jruby | |
org.jruby.ext.zlib | |
org.jruby.util.encoding | |
org.jruby.util.io |
Modifier and Type | Field and Description |
---|---|
protected Transcoder |
RubyIO.readconv |
protected Transcoder |
RubyIO.writeconv |
Modifier and Type | Field and Description |
---|---|
protected Transcoder |
RubyGzipFile.ec |
protected Transcoder |
RubyGzipFile.readTranscoder |
protected Transcoder |
RubyGzipFile.writeTranscoder |
Modifier and Type | Class and Description |
---|---|
class |
CharsetTranscoder
Encapsulate all logic associated with using Java Charset transcoding
facilities.
|
Modifier and Type | Method and Description |
---|---|
static Transcoder |
Transcoder.open(ThreadContext context,
byte[] sourceEncoding,
byte[] destinationEncoding,
int ecflags,
IRubyObject replacement) |
static Transcoder |
Transcoder.open0(ThreadContext context,
byte[] sourceEncoding,
byte[] destinationEncoding,
int ecflags,
IRubyObject replacement) |
Modifier and Type | Method and Description |
---|---|
static Transcoder |
EncodingUtils.econvOpenOpts(ThreadContext context,
byte[] sourceEncoding,
byte[] destinationEncoding,
int ecflags,
IRubyObject opthash) |
Copyright © 2001-2013 JRuby. All Rights Reserved.