public abstract class StructObject extends NativeObject
Modifier and Type | Method and Description |
---|---|
static long |
offsetOfField(StructObject o,
String name)
Get the offset of a field in a struct.
|
String |
toString()
Creates a String out of this struct using BridJ.describe(this) (see
BridJ.describe(NativeObject) ). |
clone, equals
public String toString()
BridJ.describe(NativeObject)
).public static long offsetOfField(StructObject o, String name)
Copyright © 2009-2020. All Rights Reserved.