com.kenai.jaffl.struct

Class Struct.Address

public class Struct.Address extends Struct.NumberField

Represents a native memory address.
Constructor Summary
Address()
Creates a new Address field.
Address(Struct.Offset offset)
Method Summary
Addressget()
Gets the com.googlecode.jffi.Address value from the native memory.
voidset(Address value)
Puts a jafl.Address value into the native memory.
voidset(Number value)

Constructor Detail

Address

public Address()
Creates a new Address field.

Address

public Address(Struct.Offset offset)

Method Detail

get

public final Address get()
Gets the com.googlecode.jffi.Address value from the native memory.

Returns: a com.googlecode.jffi.Address.

set

public final void set(Address value)
Puts a jafl.Address value into the native memory.

set

public void set(Number value)