Reads a CONSTANT_Class constant pool entry in #b. This method is intended for Attribute sub classes, and is normally not needed by class generators or adapters. @param offset the start offset of an unsigned short value in #b, whose value is the index of a CONSTANT
(final int offset, final char[] charBuffer)
| 3455 | * @return the String corresponding to the specified CONSTANT_Class entry. |
| 3456 | */ |
| 3457 | public String readClass(final int offset, final char[] charBuffer) { |
| 3458 | return readStringish(offset, charBuffer); |
| 3459 | } |
| 3460 | |
| 3461 | /** |
| 3462 | * Reads a CONSTANT_Module constant pool entry in {@link #b}. <i>This method is intended for |
no test coverage detected