Uses of Interface
org.jruby.RubyThread.ReadWrite
Packages that use RubyThread.ReadWrite
-
Uses of RubyThread.ReadWrite in org.jruby
Methods in org.jruby with parameters of type RubyThread.ReadWriteModifier and TypeMethodDescription<Data> intRubyThread.executeReadWrite(ThreadContext context, Data data, byte[] bytes, int start, int length, RubyThread.ReadWrite<Data> task) Execute an interruptible read or write operation with the given byte range and data object. -
Uses of RubyThread.ReadWrite in org.jruby.util.io
Fields in org.jruby.util.io declared as RubyThread.ReadWriteModifier and TypeFieldDescription(package private) static final RubyThread.ReadWrite<OpenFile>OpenFile.READ_TASK(package private) static final RubyThread.ReadWrite<OpenFile>OpenFile.WRITE_TASK