addedmethod:
readNextShort
short readNextShort(ghidra.util.DataConverter dc) throws IOException
addedmethod:
readNextUnsignedShort
int readNextUnsignedShort(ghidra.util.DataConverter dc) throws IOException
addedmethod:
readNextInt
int readNextInt(ghidra.util.DataConverter dc) throws IOException
addedmethod:
readNextUnsignedInt
long readNextUnsignedInt(ghidra.util.DataConverter dc) throws IOException
addedmethod:
readNextLong
long readNextLong(ghidra.util.DataConverter dc) throws IOException
addedmethod:
readNextValue
long readNextValue(ghidra.util.DataConverter dc, int len) throws IOException
addedmethod:
readNextUnsignedValue
long readNextUnsignedValue(ghidra.util.DataConverter dc, int len) throws IOException
addedmethod:
readNextUnsignedIntExact
int readNextUnsignedIntExact(ghidra.util.DataConverter dc) throws IOException, InvalidDataException
addedmethod:
readShort
short readShort(ghidra.util.DataConverter dc, long index) throws IOException
addedmethod:
readUnsignedShort
int readUnsignedShort(ghidra.util.DataConverter dc, long index) throws IOException
addedmethod:
readInt
int readInt(ghidra.util.DataConverter dc, long index) throws IOException
addedmethod:
readUnsignedInt
long readUnsignedInt(ghidra.util.DataConverter dc, long index) throws IOException
addedmethod:
readLong
long readLong(ghidra.util.DataConverter dc, long index) throws IOException
addedmethod:
readValue
long readValue(ghidra.util.DataConverter dc, long index, int len) throws IOException
addedmethod:
readUnsignedValue
long readUnsignedValue(ghidra.util.DataConverter dc, long index, int len) throws IOException