Package aQute.bnd.classfile
Class UnrecognizedAttribute
java.lang.Object
aQute.bnd.classfile.UnrecognizedAttribute
- All Implemented Interfaces:
Attribute
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
name()
static UnrecognizedAttribute
toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
name
-
value
-
-
Constructor Details
-
UnrecognizedAttribute
-
-
Method Details
-
name
-
toString
-
read
public static UnrecognizedAttribute read(DataInput in, String name, int attribute_length) throws IOException - Throws:
IOException
-
write
- Specified by:
write
in interfaceAttribute
- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_length
in interfaceAttribute
-