Package | Description |
---|---|
org.jruby | |
org.jruby.ext.ffi.io | |
org.jruby.ext.socket | |
org.jruby.ext.tempfile | |
org.jruby.ext.zlib | |
org.jruby.util.io |
Modifier and Type | Class and Description |
---|---|
class |
RubyFile
Ruby File class equivalent in java.
|
class |
RubyIO |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
RubyFile.fileOpenGeneric(ThreadContext context,
IRubyObject filename,
int oflags,
int fmode,
IOEncodable convConfig,
int perm) |
Modifier and Type | Class and Description |
---|---|
class |
FileDescriptorIO
An IO implementation that reads/writes to a native file descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
RubyBasicSocket
Implementation of the BasicSocket class from Ruby.
|
class |
RubyIPSocket |
class |
RubyServerSocket |
class |
RubySocket |
class |
RubyTCPServer |
class |
RubyTCPSocket |
class |
RubyUDPSocket |
class |
RubyUNIXServer |
class |
RubyUNIXSocket |
Modifier and Type | Class and Description |
---|---|
class |
Tempfile
An implementation of tempfile.rb in Java.
|
Modifier and Type | Class and Description |
---|---|
class |
JZlibRubyGzipReader |
class |
JZlibRubyGzipWriter |
class |
RubyGzipFile |
Modifier and Type | Class and Description |
---|---|
static class |
IOEncodable.ConvConfig |
Modifier and Type | Method and Description |
---|---|
void |
IOEncodable.ConvConfig.copy(IOEncodable that) |
static void |
EncodingUtils.extractModeEncoding(ThreadContext context,
IOEncodable ioEncodable,
Object vmodeAndVperm_p,
IRubyObject options,
int[] oflags_p,
int[] fmode_p) |
static void |
EncodingUtils.ioExtIntToEncs(ThreadContext context,
IOEncodable encodable,
org.jcodings.Encoding external,
org.jcodings.Encoding internal,
int fmode) |
static boolean |
EncodingUtils.ioExtractEncodingOption(ThreadContext context,
IOEncodable ioEncodable,
IRubyObject options,
int[] fmode_p) |
static void |
EncodingUtils.parseModeEncoding(ThreadContext context,
IOEncodable ioEncodable,
String option,
int[] fmode_p) |
static IRubyObject |
PopenExecutor.pipeOpen(ThreadContext context,
IRubyObject prog,
String modestr,
int fmode,
IOEncodable convconfig) |
static void |
EncodingUtils.validateEncodingBinmode(ThreadContext context,
int[] fmode_p,
int ecflags,
IOEncodable ioEncodable) |
Copyright © 2001-2016 JRuby. All Rights Reserved.