com.sun.jna.ptr

Class PointerByReference

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
PointergetValue()
voidsetValue(Pointer value)

Constructor Detail

PointerByReference

public PointerByReference()

PointerByReference

public PointerByReference(Pointer value)

Method Detail

getValue

public Pointer getValue()

setValue

public void setValue(Pointer value)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.