org.jruby.ext.ffi
Interface DirectMemoryIO

All Superinterfaces:
MemoryIO
All Known Subinterfaces:
AllocatedDirectMemoryIO
All Known Implementing Classes:
BoundedNativeMemoryIO, NativeMemoryIO, NullMemoryIO

public interface DirectMemoryIO
extends MemoryIO


Method Summary
 long getAddress()
           
 
Methods inherited from interface org.jruby.ext.ffi.MemoryIO
get, get, get, get, get, get, getAddress, getByte, getDouble, getFloat, getInt, getLong, getMemoryIO, getNativeLong, getShort, getZeroTerminatedByteArray, getZeroTerminatedByteArray, indexOf, indexOf, isDirect, isNull, put, put, put, put, put, put, putAddress, putByte, putDouble, putFloat, putInt, putLong, putMemoryIO, putNativeLong, putShort, putZeroTerminatedByteArray, setMemory, slice
 

Method Detail

getAddress

long getAddress()


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