public class ConstantValue extends Attribute
Field| Constructor and Description | 
|---|
| ConstantValue(java.io.DataInputStream in,
             int nameIndex,
             int length)Constructor. | 
public ConstantValue(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.