Class LinkedByteBuffer

java.lang.Object
ghidra.program.model.pcode.LinkedByteBuffer

public class LinkedByteBuffer extends Object
  • Field Details

  • Constructor Details

    • LinkedByteBuffer

      public LinkedByteBuffer(int max, String src)
  • Method Details

    • ingestStream

      public void ingestStream(InputStream stream) throws IOException
      Throws:
      IOException
    • pad

      public void pad(int val)
      Add a particular byte to the buffer
      Parameters:
      val - is the byte value to add
    • getStartPosition

      public void getStartPosition(LinkedByteBuffer.Position position)