DataConverter

Package: ghidra.util
Type: class

9.2_PUBLIC

addedmethod: getSignedValue
long getSignedValue(byte[] b, int size)
addedmethod: getSignedValue
long getSignedValue(byte[] b, int offset, int size)
addedmethod: isBigEndian
boolean isBigEndian()
addedmethod: putValue
void putValue(long value, int size, byte[] b, int offset)

9.0.2_PUBLIC

introducedInitial version