public class StructDNA.Struct.Field
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
name
name of field as index in
StructDNA.names |
short |
type
type of field as index in
StructDNA.types |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
void |
read(CDataReadWriteAccess io) |
java.lang.String |
toString() |
void |
write(CDataReadWriteAccess io) |
public short type
StructDNA.types
public short name
StructDNA.names
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