Package org.jruby.ext.ffi
Interface AllocatedDirectMemoryIO
- All Known Implementing Classes:
FreedMemoryIO
public interface AllocatedDirectMemoryIO
-
Method Summary
-
Method Details
-
free
void free() -
setAutoRelease
void setAutoRelease(boolean autorelease) -
isAutoRelease
boolean isAutoRelease()
-