std.stream.FileStream - nitrologic/monkey2 GitHub Wiki
std::std.stream.FileStream
std:std.stream.Stream
Class FileStream ExtendsFileStream class.
Properties | |
---|---|
Eof | True if no more data can be read from the stream. (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. |