Package 

Class SubStructure

  • All Implemented Interfaces:

    
    public abstract class SubStructure
    extends Structure
                        

    Base class for all sub-structures that are used in attribute infos.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer length
    • Constructor Summary

      Constructors 
      Constructor Description
      SubStructure()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Integer getLength() The length of the structure in bytes.
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubStructure

        SubStructure()
    • Method Detail