FileDocCategorySizeDatePackage
Attribute.javaAPI DocAndroid 5.1 API1198Thu Mar 12 22:18:30 GMT 2015com.android.dx.cf.iface

Attribute

public interface Attribute
Interface representing attributes of class files (directly or indirectly).

Fields Summary
Constructors Summary
Methods Summary
public intbyteLength()
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 {@code 6}.

return
{@code >= 6;} the total length, in bytes

public java.lang.StringgetName()
Get the name of the attribute.

return
{@code non-null;} the name