Class VMReader.Buf
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.VMReader.Buf
- Enclosing class:
- VMReader
Reader object provided by
the reader's
read()
method.-
Method Summary
Modifier and TypeMethodDescriptionint
int
getByteAt
(int off) int
int
getIntAt
(int off) long
long
getLongAt
(int off) long
long
getPtrAt
(int off) int
int
getShortAt
(int off) readPointedAsciiString
(String fieldName)
-
Method Details
-
getByte
-
getByteAt
public int getByteAt(int off) -
getShort
-
getShortAt
public int getShortAt(int off) -
getInt
-
getIntAt
public int getIntAt(int off) -
getLong
-
getLongAt
public long getLongAt(int off) -
getPtr
-
getPtrAt
public long getPtrAt(int off) -
readPointedAsciiString
-