Class StructDNA.Struct

  • Enclosing class:
    StructDNA

    public class StructDNA.Struct
    extends java.lang.Object
    • Field Detail

      • type

        public short type
        Index in StructDNA.types containing the name of the structure.
      • fields_len

        public short fields_len
        Number of fields in this structure
    • Constructor Detail

      • Struct

        public Struct()
    • Method Detail

      • read

        public void read​(CDataReadWriteAccess io)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public void write​(CDataReadWriteAccess io)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object