| 183 | } |
| 184 | |
| 185 | SysFileStream::~SysFileStream() |
| 186 | { |
| 187 | if (mFile != NULL) |
| 188 | BfpFile_Release(mFile); |
| 189 | } |
| 190 | |
| 191 | bool SysFileStream::Open(const StringImpl& filePath, BfpFileCreateKind createKind, BfpFileCreateFlags createFlags) |
| 192 | { |
nothing calls this directly
no test coverage detected