Class AttrData


  • public class AttrData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AttrData​(ClassData cls)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static int attributeTag​(java.lang.String tagname)
      attributeTag
      void read​(int name_cpx, int attrlen, java.io.DataInputStream in)  
      • Methods inherited from class java.lang.Object

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

      • AttrData

        public AttrData​(ClassData cls)
    • Method Detail

      • attributeTag

        public static int attributeTag​(java.lang.String tagname)
        attributeTag

        returns either -1 (not found), or the hashed integer tag tag.

      • read

        public void read​(int name_cpx,
                         int attrlen,
                         java.io.DataInputStream in)
                  throws java.io.IOException
        Throws:
        java.io.IOException