Uses of Class
org.jruby.util.io.OpenFile
Packages that use OpenFile
-
Uses of OpenFile in org.jruby
Modifier and TypeMethodDescriptionRubyIO.getOpenFile()RubyIO.getOpenFileChecked()RubyIO.getOpenFileInitialized()final OpenFileRubyIO.MakeOpenFile()Modifier and TypeMethodDescriptionprivate voidRubyIO.checkReopenCloexecDup2(Ruby runtime, OpenFile orig, ChannelFD oldfd, ChannelFD newfd) protected static intRubyIO.doRead(ThreadContext context, OpenFile fptr, byte[] buffer, int start, int len) private IRubyObjectRubyIO.getlineImplSlowPart(ThreadContext context, OpenFile fptr, RubyString str, IRubyObject rs, int limit, boolean chomp) private static voidRubyIO.prepStdioEcflags(OpenFile fptr, int fmode) private static intRubyIO.rb_io_fptr_finalize(Ruby runtime, OpenFile fptr) private static RubyIORubyIO.recheckTTY(Ruby runtime, OpenFile fptr, RubyIO io) booleanPerform an interruptible select operation on the given channel and fptr, waiting for the requested operations.booleanPerform an interruptible select operation on the given channel and fptr, waiting for the requested operations or the given timeout. -
Uses of OpenFile in org.jruby.ext.io.wait
Methods in org.jruby.ext.io.wait with parameters of type OpenFileModifier and TypeMethodDescriptionprivate static IRubyObjectIOWaitLibrary.doWait(ThreadContext context, RubyIO io, OpenFile fptr, long tv, int ops) -
Uses of OpenFile in org.jruby.ext.socket
Methods in org.jruby.ext.socket with parameters of type OpenFileModifier and TypeMethodDescriptionprivate static IRubyObjectRubyBasicSocket.shutdownInternal(ThreadContext context, OpenFile fptr, int how) -
Uses of OpenFile in org.jruby.util.io
Fields in org.jruby.util.io with type parameters of type OpenFileModifier and TypeFieldDescription(package private) static final RubyThread.ReadWrite<OpenFile>OpenFile.READ_TASK(package private) static final RubyThread.ReadWrite<OpenFile>OpenFile.WRITE_TASKMethods in org.jruby.util.io with parameters of type OpenFileModifier and TypeMethodDescription(package private) static intOpenFile.binwriteString(OpenFile fptr, byte[] bytes, int start, int length) voidstatic IRubyObjectEncodingUtils.ioEncStr(Ruby runtime, IRubyObject str, OpenFile fptr) static intOpenFile.readInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, byte[] bufBytes, int buf, int count) static intOpenFile.writeInternal(ThreadContext context, OpenFile fptr, byte[] bufBytes, int buf, int count)