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 TypeMethodDescriptionprotected static intRubyIO.doRead(ThreadContext context, OpenFile fptr, byte[] buffer, int start, int len) 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.util.io
Methods in org.jruby.util.io with parameters of type OpenFileModifier and TypeMethodDescriptionvoidstatic RubyStringEncodingUtils.ioEncStr(Ruby runtime, RubyString str, OpenFile fptr) static IRubyObjectEncodingUtils.ioEncStr(Ruby runtime, IRubyObject str, OpenFile fptr) static intOpenFile.preadInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int from, int length) static intOpenFile.pwriteInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int from, int length) static intOpenFile.readInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, byte[] bufBytes, int buf, int count) static intOpenFile.readInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int buf, int count) static intOpenFile.writeInternal(ThreadContext context, OpenFile fptr, byte[] bufBytes, int buf, int count) static intOpenFile.writeInternal(ThreadContext context, OpenFile fptr, ByteBuffer bufBytes, int buf, int count)