FileStream.this

Constructs a FileStream with a given filename and mode.

* Examples:

FileStream foo = new FileStream("tuna.txt", "rb");
class FileStream
this
(
string filename
,
string mode = "rb"
)

Meta