D Documentation  
std.stream
This module defines the InputStream and OutputStream interfaces as well as the Stream class for general Stream I/O. There are also some implementations of Stream for:
* a Stream wrapper for buffering streams
* a Stream wrapper for endian conversion
* file I/O (Raw and buffered)
* array stream
* memory stream
* MmFileStream
* SliceStream (Wrapper for a slice of another stream)

1. InputStream

2. OutputStream

3. Stream



Dsource Examples
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.