public static class

VMReader.Buf

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.memory.VMReader.Buf

Class Overview

Reader object provided by #VMReader(byte[], INativeType, IVirtualMemory) the reader's read() method.

Summary

Public Methods
int getByte(String fieldName)
int getByteAt(int off)
int getInt(String fieldName)
int getIntAt(int off)
long getLong(String fieldName)
long getLongAt(int off)
long getPtr(String fieldName)
long getPtrAt(int off)
int getShort(String fieldName)
int getShortAt(int off)
String readPointedAsciiString(String fieldName)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getByte (String fieldName)

public int getByteAt (int off)

public int getInt (String fieldName)

public int getIntAt (int off)

public long getLong (String fieldName)

public long getLongAt (int off)

public long getPtr (String fieldName)

public long getPtrAt (int off)

public int getShort (String fieldName)

public int getShortAt (int off)

public String readPointedAsciiString (String fieldName)