# Class: com.pnfsoftware.jeb.util.encoding.LEB128.Value

Decoded value along with the encoded length in bytes.

## Constructor: Value
- parameter: `value`, type: `long`
- parameter: `bytelen`, type: `int`

Description: Create a decoded LEB128 value.
parameter: value: decoded value
parameter: bytelen: encoded byte length

## Method: get
- return type: `long`

Description: 
return: decoded value stored as a long

## Method: getEncodingLength
- return type: `int`

Description: 
return: encoding length in bytes

