MmFileStream

This subclass wraps a memory-mapped file with the stream API. See std.mmfile module.

class MmFileStream : TArrayStream!(MmFile) {}

Constructors

this
this(MmFile file)

Create stream wrapper for file.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta