Constructs a FileStream with a given filename and mode.
* Examples:
FileStream foo = new FileStream("tuna.txt", "rb");
See Implementation
Constructs a FileStream with a given filename and mode.
* Examples: