java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.VMReader.Buf
Enclosing class:
VMReader

public static class VMReader.Buf extends Object
Reader object provided by the reader's read() method.
  • Method Details

    • getByte

      public int getByte(String fieldName)
    • getByteAt

      public int getByteAt(int off)
    • getShort

      public int getShort(String fieldName)
    • getShortAt

      public int getShortAt(int off)
    • getInt

      public int getInt(String fieldName)
    • getIntAt

      public int getIntAt(int off)
    • getLong

      public long getLong(String fieldName)
    • getLongAt

      public long getLongAt(int off)
    • getPtr

      public long getPtr(String fieldName)
    • getPtrAt

      public long getPtrAt(int off)
    • readPointedAsciiString

      public String readPointedAsciiString(String fieldName)