Uses of Interface
org.jruby.ext.ffi.AllocatedDirectMemoryIO

Packages that use AllocatedDirectMemoryIO
org.jruby.ext.ffi   
org.jruby.ext.ffi.jffi   
org.jruby.ext.ffi.jna   
 

Uses of AllocatedDirectMemoryIO in org.jruby.ext.ffi
 

Methods in org.jruby.ext.ffi that return AllocatedDirectMemoryIO
abstract  AllocatedDirectMemoryIO Factory.allocateDirectMemory(Ruby runtime, int size, boolean clear)
          Allocates memory on the native C heap and wraps it in a MemoryIO accessor.
 

Uses of AllocatedDirectMemoryIO in org.jruby.ext.ffi.jffi
 

Methods in org.jruby.ext.ffi.jffi that return AllocatedDirectMemoryIO
 AllocatedDirectMemoryIO Factory.allocateDirectMemory(Ruby runtime, int size, boolean clear)
          Allocates memory on the native C heap and wraps it in a MemoryIO accessor.
 

Uses of AllocatedDirectMemoryIO in org.jruby.ext.ffi.jna
 

Methods in org.jruby.ext.ffi.jna that return AllocatedDirectMemoryIO
 AllocatedDirectMemoryIO Factory.allocateDirectMemory(Ruby runtime, int size, boolean clear)
          Allocates memory on the native C heap and wraps it in a MemoryIO accessor.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.