public class

ValueRaw

extends AbstractValuePrimitive
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
     ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.ValueRaw

Class Overview

An unknown value provided by a debugger unit, represented as a byte array.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
ValueRaw(byte[] bytes)
Public Methods
String getTypeName()
byte[] getValue()
String toString()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue

Public Constructors

public ValueRaw (byte[] bytes)

Public Methods

public String getTypeName ()

public byte[] getValue ()

public String toString ()