Package ghidra.program.model.pcode
Class LinkedByteBuffer
java.lang.Object
ghidra.program.model.pcode.LinkedByteBuffer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getStartPosition
(LinkedByteBuffer.Position position) void
ingestStream
(InputStream stream) void
pad
(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
-