PackedDecode

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

11.1_PUBLIC

addedmethod: close
void close() throws IOException
addedmethod: ingestBytes
void ingestBytes(byte[] byteArray, int off, int sz) throws IOException
addedmethod: ingestStreamToNextTerminator
void ingestStreamToNextTerminator(java.io.InputStream stream) throws IOException
addedmethod: readOpcode
int readOpcode() throws DecoderException
addedmethod: readOpcode
int readOpcode(ghidra.program.model.pcode.AttributeId attribId) throws DecoderException
addedmethod: setAddressFactory
void setAddressFactory(ghidra.program.model.address.AddressFactory addrFactory)
modifiedmethod: open
param 2 renamed: source → desc
- void open(int max, java.lang.String source)
+ void open(int max, java.lang.String desc)

10.3_PUBLIC

addedmethod: getIndexedAttributeId
int getIndexedAttributeId(ghidra.program.model.pcode.AttributeId attribId) throws DecoderException

10.2.3_PUBLIC

addedmethod: readSignedIntegerExpectString
long readSignedIntegerExpectString(java.lang.String expect, long expectval) throws DecoderException
addedmethod: readSignedIntegerExpectString
long readSignedIntegerExpectString(ghidra.program.model.pcode.AttributeId attribId, java.lang.String expect, long expectval) throws DecoderException

10.2_PUBLIC

introducedInitial version