Uses of Class
org.jruby.util.io.IOOptions
Packages that use IOOptions
-
Uses of IOOptions in org.jruby
Modifier and TypeMethodDescriptionstatic IOOptionsRubyIO.newIOOptions(Ruby runtime, int mode) static IOOptionsRubyIO.newIOOptions(Ruby runtime, long mode) static IOOptionsRubyIO.newIOOptions(Ruby runtime, String mode) static IOOptionsRubyIO.newIOOptions(Ruby runtime, IOOptions oldFlags, int orOflags) static IOOptionsRubyIO.newIOOptions(Ruby runtime, ModeFlags modeFlags) protected IOOptionsRubyIO.parseIOOptions(IRubyObject arg) protected IOOptionsRubyIO.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 optionsModifier and TypeMethodDescriptionstatic IOOptionsRubyIO.newIOOptions(Ruby runtime, IOOptions oldFlags, int orOflags) protected IOOptionsRubyIO.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 optionsModifierConstructorDescriptionRubyIO(Ruby runtime, RubyClass cls, ShellLauncher.POpenProcess process, RubyHash options, IOOptions ioOptions) Deprecated.RubyIO(Ruby runtime, ShellLauncher.POpenProcess process, IOOptions ioOptions) -
Uses of IOOptions in org.jruby.util
Methods in org.jruby.util with parameters of type IOOptionsModifier and TypeMethodDescriptionstatic ShellLauncher.POpenProcessShellLauncher.popen(Ruby runtime, IRubyObject[] strings, Map env, IOOptions modes) Deprecated.static ShellLauncher.POpenProcessShellLauncher.popen(Ruby runtime, IRubyObject string, IOOptions modes) Deprecated.Constructors in org.jruby.util with parameters of type IOOptionsModifierConstructorDescriptionPOpenProcess(Process child, Ruby runtime, IOOptions modes) Deprecated.