LittleEndianDataConverter

Package: ghidra.util
Type: class

9.2_PUBLIC

addedmethod: putValue
void putValue(long value, int size, byte[] b, int offset)
removedmethod: getBigInteger
java.math.BigInteger getBigInteger(byte[] b, int size, boolean signed)
removedmethod: getBytes
void getBytes(short value, byte[] b)
removedmethod: getBytes
void getBytes(short value, byte[] b, int offset)
removedmethod: getBytes
void getBytes(int value, byte[] b)
removedmethod: getBytes
void getBytes(int value, byte[] b, int offset)
removedmethod: getBytes
void getBytes(long value, byte[] b)
removedmethod: getBytes
void getBytes(long value, byte[] b, int offset)
removedmethod: getBytes
void getBytes(long value, int size, byte[] b, int offset)
removedmethod: getBytes
byte[] getBytes(int value)
removedmethod: getBytes
byte[] getBytes(long value)
removedmethod: getBytes
byte[] getBytes(short value)
removedmethod: getBytes
byte[] getBytes(java.math.BigInteger value, int size)
removedmethod: getBytes
void getBytes(java.math.BigInteger value, int size, byte[] b, int offset)
removedmethod: getInt
int getInt(byte[] b)
removedmethod: getLong
long getLong(byte[] b)
removedmethod: getShort
short getShort(byte[] b)
removedmethod: getValue
long getValue(byte[] b, int size)
removedmethod: putBigInteger
void putBigInteger(byte[] b, int size, java.math.BigInteger value)
removedmethod: putInt
void putInt(byte[] b, int value)
removedmethod: putLong
void putLong(byte[] b, int offset, long value)
removedmethod: putLong
void putLong(byte[] b, long value)
removedmethod: putShort
void putShort(byte[] b, short value)

9.0.1_PUBLIC

introducedInitial version