PatchEncoder

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

11.1_PUBLIC

modifiedtype-implements: PatchEncoder
- ghidra.program.model.pcode.Encoder
+ ghidra.program.model.pcode.CachedEncoder
modifiedmethod: writeSpaceId
added throws IOException
- void writeSpaceId(ghidra.program.model.pcode.AttributeId attribId, long spaceId)
+ void writeSpaceId(ghidra.program.model.pcode.AttributeId attribId, long spaceId) throws IOException

10.2_PUBLIC

introducedInitial version