FileInputStream

nn::fs::FileInputStream::FileInputStream Constructor

Syntax

FileInputStream();

Parameters

None.

Description

Constructor.

In the overloaded version without arguments, no file will be opened. You must call the TryInitialize function separately to manipulate files.

In the overloaded version with the path name specified, it opens the file at the specified path with read-only access, and enables reading.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL