MCPcopy Create free account
hub / github.com/MyGUI/mygui / ~DataFileStream

Method ~DataFileStream

MyGUIEngine/src/MyGUI_DataFileStream.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 DataFileStream::~DataFileStream()
20 {
21 if (mFileStream)
22 mFileStream->close();
23 }
24
25} // namespace MyGUI

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected