public class Struct.Reference32<S extends Struct> extends Struct.Member
This class represents a 32 bits reference (C/C++ pointer) to
a Struct
object (other types may require a Struct
wrapper).
Note: For references which can be externally modified, an application
may want to check the up-to-date
status of
the reference. For out-of-date references, a Struct
can be created at the address specified by value()
(using JNI) and the reference set
accordingly.
Constructor and Description |
---|
Reference32() |
Modifier and Type | Method and Description |
---|---|
S |
get() |
boolean |
isUpToDate() |
void |
set(S struct) |
int |
value() |
bitIndex, bitLength, offset, struct
Copyright © 2005 - 2007 Javolution.