JNA API 3.2.7

com.sun.jna.ptr
Class PointerByReference

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.ptr.ByReference
          extended by 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

Constructor Summary
PointerByReference()
           
PointerByReference(Pointer value)
           
 
Method Summary
 Pointer getValue()
           
 void setValue(Pointer value)
           
 
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PointerByReference

public PointerByReference()

PointerByReference

public PointerByReference(Pointer value)
Method Detail

setValue

public void setValue(Pointer value)

getValue

public Pointer getValue()

JNA API 3.2.7

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