Package ghidra.program.model.mem
Class DumbMemBufferImpl
java.lang.Object
ghidra.program.model.mem.MemoryBufferImpl
ghidra.program.model.mem.DumbMemBufferImpl
- All Implemented Interfaces:
MemBuffer
,MutableMemBuffer
DumbMemBufferImpl
extends MemoryBufferImpl
with an internal cache buffer size of 16-bytes but will use the underlying memory
if needed.-
Constructor Summary
ConstructorDescriptionDumbMemBufferImpl
(Memory mem, Address addr) Construct a new DumbMemBufferImpl -
Method Summary
Methods inherited from class ghidra.program.model.mem.MemoryBufferImpl
advance, clone, getAddress, getBigInteger, getByte, getBytes, getInt, getLong, getMemory, getShort, isBigEndian, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.program.model.mem.MemBuffer
getInputStream, getInputStream, getUnsignedByte, getUnsignedInt, getUnsignedShort, getVarLengthInt, getVarLengthUnsignedInt, isInitializedMemory
-
Constructor Details
-
DumbMemBufferImpl
Construct a new DumbMemBufferImpl- Parameters:
mem
- memory associated with the given addressaddr
- starting address
-