Class IntegerLEB128.DecodedInt

java.lang.Object
com.pnfsoftware.jeb.util.encoding.IntegerLEB128.DecodedInt
Enclosing class:
IntegerLEB128

public static class IntegerLEB128.DecodedInt extends Object
Decoded value along with the encoded length in bytes.
  • Field Details

    • value

      public int value
    • encodedSize

      public int encodedSize
  • Constructor Details

    • DecodedInt

      public DecodedInt()