public static class

LEB128.Value

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.LEB128.Value

Class Overview

Decoded value along with the encoded length in bytes.

Summary

Public Constructors
Value(long value, int bytelen)
Public Methods
long get()
int getEncodingLength()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Value (long value, int bytelen)

Public Methods

public long get ()

Returns
  • value value stored on a long

public int getEncodingLength ()

Returns
  • encoding length in bytes