Reads a CONSTANT_Package 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 CONSTA
(final int offset, final char[] charBuffer)
| 3483 | * @return the String corresponding to the specified CONSTANT_Package entry. |
| 3484 | */ |
| 3485 | public String readPackage(final int offset, final char[] charBuffer) { |
| 3486 | return readStringish(offset, charBuffer); |
| 3487 | } |
| 3488 | |
| 3489 | /** |
| 3490 | * Reads a CONSTANT_Dynamic constant pool entry in {@link #b}. |
no test coverage detected