Constructor. super(CONSTANT_LONG, 2);
super(CONSTANT_LONG, 2);
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 Long(cpStream.readLong()));
setValue(new Long(cpStream.readLong()));
Print a readable version of the constant pool entry.returnthe string representation of this constant pool entry. return "Long Constant Pool Entry: " + getValue();
return "Long Constant Pool Entry: " + getValue();