Uses of Package
org.jruby.ext.ffi

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

Classes in org.jruby.ext.ffi used by org.jruby.ext.ffi
AbstractMemory
          A abstract memory object that defines operations common to both pointers and memory buffers
Factory
          A factory that can create a FFI Provider
FFIProvider
          Base class for all FFI providers
Invoker
          A native function invoker
MemoryIO
          Abstracted memory operations.
NativeParam
          This is just a marker interface to allow both NativeType and Callback to be used as parameter types.
NativeType
          Native types
Platform
           
Pointer
          C memory pointer operations.
StructLayout
          Defines the memory layout for a native structure.
StructLayoutBuilder
           
 

Classes in org.jruby.ext.ffi used by org.jruby.ext.ffi.jna
AbstractBuffer
          A memory buffer to pass data between ruby and native code.
AbstractMemory
          A abstract memory object that defines operations common to both pointers and memory buffers
AbstractMemoryPointer
          C memory pointer operations.
Factory
          A factory that can create a FFI Provider
FFIProvider
          Base class for all FFI providers
Invoker
          A native function invoker
MemoryIO
          Abstracted memory operations.
NativeParam
          This is just a marker interface to allow both NativeType and Callback to be used as parameter types.
NativeType
          Native types
Platform
           
Pointer
          C memory pointer operations.
 



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