org.jruby.ext.ffi
Interface DirectMemoryIO

All Superinterfaces:
MemoryIO
All Known Subinterfaces:
AllocatedDirectMemoryIO
All Known Implementing Classes:
CodeMemoryIO, FreedMemoryIO, NullMemoryIO, SwappedMemoryIO

public interface DirectMemoryIO
extends MemoryIO


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

Method Detail

getAddress

long getAddress()


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