Class ClassFile.AttributeInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeInfo​(short nameIndex)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void store​(java.io.DataOutputStream dos)
      Writes this attribute to a DataOutputStream, in the format described in JVMS7 4.7.
      protected abstract void storeBody​(java.io.DataOutputStream dos)
      Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
      • Methods inherited from class java.lang.Object

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

      • AttributeInfo

        public AttributeInfo​(short nameIndex)
    • Method Detail

      • store

        public void store​(java.io.DataOutputStream dos)
                   throws java.io.IOException
        Writes this attribute to a DataOutputStream, in the format described in JVMS7 4.7.
        Throws:
        java.io.IOException
      • storeBody

        protected abstract void storeBody​(java.io.DataOutputStream dos)
                                   throws java.io.IOException
        Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
        Throws:
        java.io.IOException