# Class: com.pnfsoftware.jeb.util.encoding.LongLEB128.DecodedLong

Decoded value along with the encoded length in bytes.

## Constructor: DecodedLong


## Field: encodedSize
Type: `int`
Description: Number of bytes used by the encoded value.

## Field: value
Type: `long`
Description: Decoded long value.

