Attributepublic interface Attribute Interface representing attributes of class files (directly or indirectly). |
Methods Summary |
---|
public int | byteLength()Get the total length of the attribute in bytes, including the
header. Since the header is always six bytes, the result of
this method is always at least 6 .
| public java.lang.String | getName()Get the name of the attribute.
|
|