Class Attribute

    • Field Detail

      • name

        private final java.lang.String name
      • nameIndex

        private final short nameIndex
      • constPool

        protected final ConstPool constPool
    • Constructor Detail

      • Attribute

        public Attribute​(java.lang.String name,
                         ConstPool constPool)
    • Method Detail

      • writeData

        public abstract void writeData​(ByteArrayDataOutputStream stream)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()