nn::fs::FileStream::FileStream Constructor

Syntax

FileStream();

Arguments

None.

Description

Constructor.

In the overloaded version without arguments, no file will be opened. Initialize must be called separately to perform file operations.

For details on the openMode argument, see OpenMode.


CONFIDENTIAL