Class ConstantPoolEntryUTF8

java.lang.Object
org.benf.cfr.reader.entities.AbstractConstantPoolEntry
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryUTF8
All Implemented Interfaces:
ConstantPoolEntry

public class ConstantPoolEntryUTF8 extends AbstractConstantPoolEntry
  • Field Details

    • UTF8_CHARSET

      private static final Charset UTF8_CHARSET
    • OFFSET_OF_LENGTH

      private static final long OFFSET_OF_LENGTH
      See Also:
    • OFFSET_OF_DATA

      private static final long OFFSET_OF_DATA
      See Also:
    • length

      private final int length
    • value

      private final String value
    • idx

      private static int idx
  • Constructor Details

  • Method Details

    • getRawByteLength

      public long getRawByteLength()
    • getValue

      public String getValue()
    • dump

      public void dump(Dumper d)
    • toString

      public String toString()
      Overrides:
      toString in class Object