nn::fs::FileStream::~FileStream Destructorvirtual ~FileStream();
None.
Destructor.
If the file is open, this function closes it and destroys the object.
If this function is called while written data has not been flushed, a panic results except for Release builds. Be sure to correctly flush written data by calling TryFlush before calling this function.
CONFIDENTIAL