Package ghidra.program.model.pcode
Class LinkedByteBuffer
java.lang.Object
ghidra.program.model.pcode.LinkedByteBuffer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetStartPosition(LinkedByteBuffer.Position position) voidingestStream(InputStream stream) voidpad(int val) Add a particular byte to the buffer
-
Field Details
-
BUFFER_SIZE
public static final int BUFFER_SIZE- See Also:
-
-
Constructor Details
-
LinkedByteBuffer
-
-
Method Details
-
ingestStream
- Throws:
IOException
-
pad
public void pad(int val) Add a particular byte to the buffer- Parameters:
val- is the byte value to add
-
getStartPosition
-