LEB128

Package: ghidra.program.model.data
Type: class

12.0_PUBLIC

addedmethod: encode
static byte[] encode(long value, boolean isSigned)
addedmethod: write
static int write(long value, java.io.OutputStream os, boolean isSigned) throws IOException
addedmethod: writeSigned
static int writeSigned(long value, java.io.OutputStream os) throws IOException
addedmethod: writeUnsigned
static int writeUnsigned(long value, java.io.OutputStream os) throws IOException

10.3_PUBLIC

introducedInitial version