Uses of Class
org.jruby.ext.ffi.Buffer
Packages that use Buffer
-
Uses of Buffer in org.jruby.ext.ffi
Methods in org.jruby.ext.ffi that return BufferModifier and TypeMethodDescriptionstatic Buffer
Buffer.allocateInOut
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg) static Buffer
Buffer.allocateInOut
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static Buffer
Buffer.allocateInOut
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg) static Buffer
Buffer.allocateInput
(ThreadContext context, IRubyObject recv, IRubyObject arg) static Buffer
Buffer.allocateInput
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static Buffer
Buffer.allocateInput
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg) static Buffer
Buffer.allocateOutput
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg) static Buffer
Buffer.allocateOutput
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static Buffer
Buffer.allocateOutput
(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg)