abstract static class C.Structure
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.nio.ByteBuffer |
b |
(package private) long |
p |
Modifier | Constructor and Description |
---|---|
protected |
Structure()
Create a new Structure wrapping a new C struct
|
protected |
Structure(long ptr)
Create a new Structure wrapping the C struct at the given location
in memory
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract int |
sizeof()
The size of the C struct in bytes.
|