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

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

Uses of AbstractMemory in org.jruby.ext.ffi
 

Subclasses of AbstractMemory in org.jruby.ext.ffi
 class AutoPointer
           
 class BasePointer
          Base pointer class for all JFFI pointers.
 class Buffer
           
 class MemoryPointer
           
 class Pointer
          C memory pointer operations.
 

Methods in org.jruby.ext.ffi that return AbstractMemory
protected abstract  AbstractMemory AbstractMemory.slice(Ruby runtime, long offset)
           
protected  AbstractMemory AutoPointer.slice(Ruby runtime, long offset)
           
protected  AbstractMemory BasePointer.slice(Ruby runtime, long offset)
           
protected  AbstractMemory Buffer.slice(Ruby runtime, long offset)
           
 

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

Subclasses of AbstractMemory in org.jruby.ext.ffi.jffi
static class DynamicLibrary.Symbol
           
 



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