public final class

BinaryAttribute

extends Object
implements Constants
java.lang.Object
   ↳ sun.tools.java.BinaryAttribute

Class Overview

This class is used to represent an attribute from a binary class. This class should go away once arrays are objects. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

[Expand]
Inherited Constants
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
[Expand]
Inherited Fields
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
Public Methods
byte[] getData()
Identifier getName()
Accessors
BinaryAttribute getNextAttribute()
static BinaryAttribute load(DataInputStream in, BinaryConstantPool cpool, int mask)
Load a list of attributes
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public byte[] getData ()

public Identifier getName ()

Accessors

public BinaryAttribute getNextAttribute ()

public static BinaryAttribute load (DataInputStream in, BinaryConstantPool cpool, int mask)

Load a list of attributes

Throws
IOException