public static class

IntegerLEB128.DecodedInt

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.IntegerLEB128.DecodedInt

Class Overview

Decoded value along with the encoded length in bytes.

Summary

Fields
public int encodedSize
public int value
Public Constructors
DecodedInt()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int encodedSize

public int value

Public Constructors

public DecodedInt ()