| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.util |
| Modifier and Type | Method and Description |
|---|---|
static IOOptions |
RubyIO.newIOOptions(Ruby runtime,
int mode) |
static IOOptions |
RubyIO.newIOOptions(Ruby runtime,
IOOptions oldFlags,
int orOflags) |
static IOOptions |
RubyIO.newIOOptions(Ruby runtime,
long mode) |
static IOOptions |
RubyIO.newIOOptions(Ruby runtime,
ModeFlags modeFlags) |
static IOOptions |
RubyIO.newIOOptions(Ruby runtime,
String mode) |
protected IOOptions |
RubyIO.parseIOOptions(IRubyObject arg) |
protected IOOptions |
RubyIO.parseIOOptions19(IRubyObject arg) |
protected IOOptions |
RubyIO.updateIOOptionsFromOptions(ThreadContext context,
RubyHash options,
IOOptions ioOptions)
See http://ruby-doc.org/core-1.9.3/IO.html#method-c-new for the format of modes in options
|
| Modifier and Type | Method and Description |
|---|---|
static IOOptions |
RubyIO.newIOOptions(Ruby runtime,
IOOptions oldFlags,
int orOflags) |
protected IOOptions |
RubyIO.updateIOOptionsFromOptions(ThreadContext context,
RubyHash options,
IOOptions ioOptions)
See http://ruby-doc.org/core-1.9.3/IO.html#method-c-new for the format of modes in options
|
| Constructor and Description |
|---|
RubyIO(Ruby runtime,
RubyClass cls,
ShellLauncher.POpenProcess process,
RubyHash options,
IOOptions ioOptions)
Deprecated.
|
RubyIO(Ruby runtime,
ShellLauncher.POpenProcess process,
IOOptions ioOptions) |
| Modifier and Type | Method and Description |
|---|---|
static ShellLauncher.POpenProcess |
ShellLauncher.popen(Ruby runtime,
IRubyObject[] strings,
Map env,
IOOptions modes)
Deprecated.
|
static ShellLauncher.POpenProcess |
ShellLauncher.popen(Ruby runtime,
IRubyObject string,
IOOptions modes)
Deprecated.
|
| Constructor and Description |
|---|
POpenProcess(Process child,
Ruby runtime,
IOOptions modes)
Deprecated.
|
Copyright © 2001–2024 JRuby. All rights reserved.