MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / close

Method close

SRC/handler/BinaryFileStream.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171int
172BinaryFileStream::close(void)
173{
174 if (fileOpen != 0)
175 theFile.close();
176 fileOpen = 0;
177
178 return 0;
179}
180
181
182int

Callers 4

~BinaryFileStreamMethod · 0.45
setFileMethod · 0.45
binaryToTextFunction · 0.45
textToBinaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected