com.sun.jna.ptr
Class PointerByReference
java.lang.Object
  
com.sun.jna.PointerType
      
com.sun.jna.ptr.ByReference
          
com.sun.jna.ptr.PointerByReference
- All Implemented Interfaces: 
 - NativeMapped
 
public class PointerByReference
- extends ByReference
 
Represents a reference to a pointer to native data. 
 In C notation, void**.
- Author:
 
  - twall
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
PointerByReference
public PointerByReference()
PointerByReference
public PointerByReference(Pointer value)
setValue
public void setValue(Pointer value)
 
getValue
public Pointer getValue()
 
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.