Uses of Package
org.jruby.ext.ffi

Packages that use org.jruby.ext.ffi
org.jruby.ext.ffi   
org.jruby.ext.ffi.jffi   
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
AllocatedDirectMemoryIO
           
ArrayMemoryIO
           
ArrayMemoryIO.ArrayIO
           
BasePointer
          Base pointer class for all JFFI pointers.
Buffer
           
CallbackInfo
          Defines a C callback's parameters and return type.
CallbackManager
           
DirectMemoryIO
           
InvalidMemoryIO
          An implementation of MemoryIO that throws an exception on any access.
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
           
Platform.CPU
           
Platform.OS
           
Pointer
          C memory pointer operations.
Struct
           
StructLayout
          Defines the memory layout for a native structure.
StructLayout.Member
          A struct member.
StructLayout.Storage
           
StructLayoutBuilder
           
Type
           
 

Classes in org.jruby.ext.ffi used by org.jruby.ext.ffi.jffi
AbstractInvoker
          A native function invoker
AbstractMemory
          A abstract memory object that defines operations common to both pointers and memory buffers
BasePointer
          Base pointer class for all JFFI pointers.
CallbackManager
           
DirectMemoryIO
           
Factory
          A factory that can create a FFI Provider
Pointer
          C memory pointer operations.
 

Classes in org.jruby.ext.ffi used by org.jruby.ext.ffi.jna
AbstractInvoker
          A native function invoker
DirectMemoryIO
           
MemoryIO
          Abstracted memory operations.
Pointer
          C memory pointer operations.
 



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