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