Interface Attribute

    • Method Detail

      • name

        java.lang.String name()
      • write

        void write​(java.io.DataOutput out,
                   ConstantPool constant_pool)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • attribute_length

        int attribute_length()
      • readAttributes

        static Attribute[] readAttributes​(java.io.DataInput in,
                                          ConstantPool constant_pool)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • readAttribute

        static Attribute readAttribute​(java.io.DataInput in,
                                       ConstantPool constant_pool)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • writeAttributes

        static void writeAttributes​(java.io.DataOutput out,
                                    ConstantPool constant_pool,
                                    Attribute[] attributes)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • attributes_length

        static int attributes_length​(Attribute[] attributes)