Class IntegerLEB128

java.lang.Object
com.pnfsoftware.jeb.util.encoding.IntegerLEB128

public class IntegerLEB128 extends Object
Read and write LEB128-encoded integers. A 4-byte integer is encoded on 1 to 5 bytes.

For decoding only on byte arrays, use the highest-level utility methods in LEB128.