Class RecordData.Component

    • Field Detail

      • name_cpx

        private int name_cpx
      • type_cpx

        private int type_cpx
    • Constructor Detail

      • Component

        public Component​(ClassData cls)
    • Method Detail

      • handleAttributes

        protected boolean handleAttributes​(java.io.DataInputStream in,
                                           Tables.AttrTag attrtag,
                                           int attrlen)
                                    throws java.io.IOException
        Overrides:
        handleAttributes in class MemberData
        Throws:
        java.io.IOException
      • read

        public RecordData.Component read​(java.io.DataInputStream in)
                                  throws java.io.IOException
        Read and resolve the component data called from ClassData.
        Throws:
        java.io.IOException
      • print

        public void print()
                   throws java.io.IOException
        Prints the component data to the current output stream. called from RecordData.
        Specified by:
        print in class MemberData
        Throws:
        java.io.IOException