ByteIngest

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: source → desc
- void open(int max, java.lang.String source)
+ void open(int max, java.lang.String desc)

10.2_PUBLIC

introducedInitial version