# Class: com.pnfsoftware.jeb.core.units.code.debug.impl.ValueRaw

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

## Constructor: ValueRaw
- parameter: `bytes`, type: `byte[]`

Description: Create a raw value.
parameter: bytes: raw bytes

## Method: getTypeName
- return type: `java.lang.String`


## Method: getValue
- return type: `byte[]`


## Method: toString
- return type: `java.lang.String`


