org.jruby.ext.ffi
Interface AllocatedDirectMemoryIO

All Superinterfaces:
DirectMemoryIO, MemoryIO
All Known Implementing Classes:
FreedMemoryIO

public interface AllocatedDirectMemoryIO
extends DirectMemoryIO


Method Summary
 void free()
           
 void setAutoRelease(boolean autorelease)
           
 
Methods inherited from interface org.jruby.ext.ffi.DirectMemoryIO
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

free

void free()

setAutoRelease

void setAutoRelease(boolean autorelease)


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