Module writer

Source

Structsยง

BufferedWriter
A writer to the stable memory which first writes the bytes to an in memory buffer and flushes the buffer to stable memory each time it becomes full.
Writer
A writer that writes sequentially to memory.