public class GenericAttribute extends Attribute
| Constructor and Description |
|---|
GenericAttribute(java.io.DataInputStream in,
int nameIndex,
int length)
Constructor.
|
public GenericAttribute(java.io.DataInputStream in,
int nameIndex,
int length)
throws java.io.IOException
in - The data stream of the class file.nameIndex - The index into the constant pool of the name of the attribute.length - The length of the attribute, excluding the header.java.io.IOException - If an error occurs while reading.