Skip navigation links
JNA API 4.3.0
com.sun.jna

Class WeakMemoryHolder



  • public class WeakMemoryHolder
    extends Object
    Helper to hold a memory object based on the lifetime of another object. The intended use is to assoziate a ByteBuffer with its backing Memory object. The ByteBuffer is held by a WeakReference and a ReferenceQueue is used to track GC of the ByteBuffer. The references to the memory objects are released on access of WeakMemoryHolder.
JNA API 4.3.0

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.