com.sun.jna.ptr

Class IntByReference

public class IntByReference extends ByReference

Constructor Summary
IntByReference()
IntByReference(int value)
Method Summary
intgetValue()
voidsetValue(int value)

Constructor Detail

IntByReference

public IntByReference()

IntByReference

public IntByReference(int value)

Method Detail

getValue

public int getValue()

setValue

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