org.jruby.ext.ffi
Interface AllocatedDirectMemoryIO

All Superinterfaces:
DirectMemoryIO, MemoryIO

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
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

free

void free()

setAutoRelease

void setAutoRelease(boolean autorelease)


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