Std memory datastream
std:std.memory.DataStream
Class DataStream Extends Stream
DataStream class.
| Constructors |
|
| New |
Creates a new datastream. |
| Properties |
|
| Eof |
True if no more data can be read from or written to the stream. (read only) |
| Length |
Current datastream length. (read only) |
| Position |
Current datastream position. (read only) |
| Methods |
|
| OnClose |
Closes the datastream. |
| Read |
Reads data from the datastream. |
| Seek |
Seeks to a position in the datastream. |
| Write |
Writes data to the datastream. |
| Functions |
|
| Open |
Opens a data stream. |