read a constant pool entry from a class stream.
Parameters: cpStream - the DataInputStream which contains the constant poolentry to be read. exception: IOException - if there is a problem reading the entry fromthe stream.
Resolve this constant pool entry with respect to its dependents in
the constant pool.
Parameters: constantPool - the constant pool of which this entry is a memberand against which this entry is to be resolved.