Constructor.paramcp constant pool reference super(cp);
super(cp);
Returns the value.returnthe value. return string;
return string;
Parses constant pool entry.paramdis input streamthrowsIOException if I/O exception occurs int length = dis.readUnsignedShort(); byte[] contents = new byte[length]; dis.readFully(contents); string = new String(contents);
int length = dis.readUnsignedShort(); byte[] contents = new byte[length]; dis.readFully(contents); string = new String(contents);