LinkedByteBuffer

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: ingestStreamAsNeeded
void ingestStreamAsNeeded(java.io.InputStream stream, ghidra.program.model.pcode.LinkedByteBuffer.Position start) throws IOException
addedmethod: ingestStreamToNextTerminator
void ingestStreamToNextTerminator(java.io.InputStream stream) throws IOException
addedmethod: pad
void pad()
removedmethod: pad
void pad(int val)

10.2_PUBLIC

introducedInitial version