StringIngest

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

11.1_PUBLIC

addedmethod: ingestBytes
void ingestBytes(byte[] byteArray, int off, int sz) throws IOException
addedmethod: ingestStreamToNextTerminator
void ingestStreamToNextTerminator(java.io.InputStream inStream) throws IOException
modifiedmethod: open
param 2 renamed: src → desc
- void open(int max, java.lang.String src)
+ void open(int max, java.lang.String desc)

10.2_PUBLIC

introducedInitial version