Class LongLEB128

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

public class LongLEB128 extends Object
Read and write LEB128-encoded longs. An 8-byte long is encoded on 1 to 10 bytes.

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