Uses of Class
org.jruby.ext.ffi.AbstractMemory

Packages that use AbstractMemory
org.jruby.ext.ffi   
org.jruby.ext.ffi.jna   
 

Uses of AbstractMemory in org.jruby.ext.ffi
 

Subclasses of AbstractMemory in org.jruby.ext.ffi
 class AbstractBuffer
          A memory buffer to pass data between ruby and native code.
 class AbstractMemoryPointer
          C memory pointer operations.
 class AutoPointer
           
 class Pointer
          C memory pointer operations.
 

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

Subclasses of AbstractMemory in org.jruby.ext.ffi.jna
 class JNABasePointer
          Base pointer class for all JNA pointers.
 class JNABuffer
           
 class JNAMemoryPointer
           
 



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