FileDocCategorySizeDatePackage
Attribute.javaAPI DocAndroid 1.5 API1190Wed May 06 22:41:02 BST 2009com.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 6.

return
>= 6; the total length, in bytes

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

return
non-null; the name