Class DumbMemBufferImpl

  • All Implemented Interfaces:
    MemBuffer, MutableMemBuffer

    public class DumbMemBufferImpl
    extends MemoryBufferImpl
    DumbMemBufferImpl extends MemoryBufferImpl with an internal cache buffer size of 16-bytes but will use the underlying memory if needed.
    • Constructor Detail

      • DumbMemBufferImpl

        public DumbMemBufferImpl​(Memory mem,
                                 Address addr)
        Construct a new DumbMemBufferImpl
        Parameters:
        mem - memory associated with the given address
        addr - starting address