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 OpenFile
RubyIO.MakeOpenFile()
Modifier and TypeMethodDescriptionprotected static int
RubyIO.doRead
(ThreadContext context, OpenFile fptr, byte[] buffer, int start, int len) boolean
Perform an interruptible select operation on the given channel and fptr, waiting for the requested operations.boolean
Perform 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.util.io
Methods in org.jruby.util.io with parameters of type OpenFileModifier and TypeMethodDescriptionvoid
static RubyString
EncodingUtils.ioEncStr
(Ruby runtime, RubyString str, OpenFile fptr) static IRubyObject
EncodingUtils.ioEncStr
(Ruby runtime, IRubyObject str, OpenFile fptr) static int
OpenFile.preadInternal
(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int from, int length) static int
OpenFile.pwriteInternal
(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int from, int length) static int
OpenFile.readInternal
(ThreadContext context, OpenFile fptr, ChannelFD fd, byte[] bufBytes, int buf, int count) static int
OpenFile.readInternal
(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int buf, int count) static int
OpenFile.writeInternal
(ThreadContext context, OpenFile fptr, byte[] bufBytes, int buf, int count) static int
OpenFile.writeInternal
(ThreadContext context, OpenFile fptr, ByteBuffer bufBytes, int buf, int count)