Package ghidra.program.model.pcode
Class LinkedByteBuffer.Position
java.lang.Object
ghidra.program.model.pcode.LinkedByteBuffer.Position
- Enclosing class:
- LinkedByteBuffer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
advancePosition
(int skip) void
final byte
getByte()
final byte
final byte
-
Field Details
-
seqIter
-
array
public byte[] array -
current
public int current
-
-
Constructor Details
-
Position
public Position()
-
-
Method Details
-
copy
-
getByte
public final byte getByte() -
getBytePlus1
- Throws:
DecoderException
-
getNextByte
- Throws:
DecoderException
-
advancePosition
- Throws:
DecoderException
-