public class StructDNA.Struct
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
StructDNA.Struct.Field |
Modifier and Type | Field and Description |
---|---|
StructDNA.Struct.Field[] |
fields
Fields (member) of the structure (class).
|
short |
fields_len
Number of fields in this structure
|
short |
type
Index in
StructDNA.types containing the name of the structure. |
Constructor and Description |
---|
Struct() |
Modifier and Type | Method and Description |
---|---|
void |
read(CDataReadWriteAccess io) |
java.lang.String |
toString() |
void |
write(CDataReadWriteAccess io) |
public short type
StructDNA.types
containing the name of the structure.public short fields_len
public StructDNA.Struct.Field[] fields
public void read(CDataReadWriteAccess io) throws java.io.IOException
java.io.IOException
public void write(CDataReadWriteAccess io) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object