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 TypeMethodDescriptionprivate static BufferBuffer.allocate(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, int count, int flags) static BufferBuffer.allocateInOut(ThreadContext context, IRubyObject recv, IRubyObject sizeArg) static BufferBuffer.allocateInOut(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static BufferBuffer.allocateInOut(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg) static BufferBuffer.allocateInput(ThreadContext context, IRubyObject recv, IRubyObject arg) static BufferBuffer.allocateInput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static BufferBuffer.allocateInput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg) static BufferBuffer.allocateOutput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg) static BufferBuffer.allocateOutput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static BufferBuffer.allocateOutput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg)