StreamAdapter.h
Go to the documentation of this file.
81 Buffer buffers[bufCount];
Definition: Common.h:34
size_t getBytesRequested() const
Definition: StreamAdapter.h:86
bool write(IDataSourceStream *source, uint32_t address, size_t len, InterruptDelegate callback)
bool read(ReadWriteStream *dest, uint32_t address, size_t len, InterruptDelegate callback)
StreamAdapter(MemoryDevice &device)
size_t getBytesTransferred() const
Definition: StreamAdapter.h:91