# Class: com.pnfsoftware.jeb.util.encoding.IntegerLEB128.DecodedInt

Decoded value along with the encoded length in bytes.

## Constructor: DecodedInt


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

## Field: value
Type: `int`
Description: Decoded integer value.

