public static class

LongLEB128.DecodedLong

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.LongLEB128.DecodedLong

Class Overview

Decoded value along with the encoded length in bytes.

Summary

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

Fields

public int encodedSize

public long value

Public Constructors

public DecodedLong ()