Methods in org.jruby.ext.ffi.jna that return JNABuffer |
static JNABuffer |
JNABuffer.allocateDirect(ThreadContext context,
IRubyObject recv,
IRubyObject sizeArg)
|
static JNABuffer |
JNABuffer.allocateDirect(ThreadContext context,
IRubyObject recv,
IRubyObject sizeArg,
IRubyObject clearArg)
|
static JNABuffer |
JNABuffer.allocateInput(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
|
static JNABuffer |
JNABuffer.allocateInput(ThreadContext context,
IRubyObject recv,
IRubyObject sizeArg,
IRubyObject clearArg)
|
static JNABuffer |
JNABuffer.allocateOutput(ThreadContext context,
IRubyObject recv,
IRubyObject sizeArg)
|
static JNABuffer |
JNABuffer.allocateOutput(ThreadContext context,
IRubyObject recv,
IRubyObject sizeArg,
IRubyObject clearArg)
|