nn::fs::FileInputStream::FileInputStream ConstructorFileInputStream();
None.
Constructor.
In the overloaded version without arguments, no file will be opened. Initialize must be called separately to perform file operations.
In the overloaded version with the path name specified, it opens the file at the specified path with read-only access, and enables reading.
CONFIDENTIAL