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.
std.stream.InputStream
2.
std.stream.OutputStream
3.
std.stream.Stream
Dsource Examples
|