Constructor. super(CONSTANT_INTEGER, 1);
super(CONSTANT_INTEGER, 1);
read a constant pool entry from a class stream.paramcpStream the DataInputStream which contains the constant pool entry to be read.exceptionIOException if there is a problem reading the entry from the stream. setValue(new Integer(cpStream.readInt()));
setValue(new Integer(cpStream.readInt()));
Print a readable version of the constant pool entry.returnthe string representation of this constant pool entry. return "Integer Constant Pool Entry: " + getValue();
return "Integer Constant Pool Entry: " + getValue();