Uses of Class
org.jruby.RubyIOBuffer
Packages that use RubyIOBuffer
-
Uses of RubyIOBuffer in org.jruby
Methods in org.jruby that return RubyIOBufferModifier and TypeMethodDescriptionstatic RubyIOBufferstatic RubyIOBufferRubyIOBuffer.newBuffer(Ruby runtime, ByteBuffer base, int size, int flags) static RubyIOBufferRubyIOBuffer.newBuffer(ThreadContext context, ByteBuffer base, int size, int flags) static RubyIOBufferRubyIOBuffer.newBuffer(ThreadContext context, RubyString string, int flags) Methods in org.jruby with parameters of type RubyIOBufferModifier and TypeMethodDescriptionRubyIOBuffer.copy(ThreadContext context, RubyIOBuffer source, int offset, int length, int sourceOffset)