Uses of Class
org.jruby.util.io.IOOptions
Packages that use IOOptions
-
Uses of IOOptions in org.jruby
Modifier and TypeMethodDescriptionstatic IOOptions
RubyIO.newIOOptions
(Ruby runtime, int mode) static IOOptions
RubyIO.newIOOptions
(Ruby runtime, long mode) static IOOptions
RubyIO.newIOOptions
(Ruby runtime, String mode) static IOOptions
RubyIO.newIOOptions
(Ruby runtime, IOOptions oldFlags, int orOflags) static IOOptions
RubyIO.newIOOptions
(Ruby runtime, ModeFlags modeFlags) protected IOOptions
RubyIO.parseIOOptions
(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 optionsModifier and TypeMethodDescriptionstatic 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 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.POpenProcess
ShellLauncher.popen
(Ruby runtime, IRubyObject[] strings, Map env, IOOptions modes) Deprecated.static ShellLauncher.POpenProcess
ShellLauncher.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.