Std stream filestream
std:std.stream.FileStream
Class FileStream Extends Stream#
FileStream class.
| Properties | |
|---|---|
| Eof | True if no more data can be read from the stream. (read only) |
| FilePath | stream filepath. (read only) |
| Length | Current filestream length. (read only) |
| Position | Current filestream position. (read only) |
| Methods | |
|---|---|
| Read | Reads data from the filestream. |
| Seek | Seeks to a position in the filestream. |
| Write | Writes data to the filestream. |
| Functions | |
|---|---|
| Open | Opens a file and returns a new filestream. |