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

Method BinaryFileStream

DEVELOPER/core/BinaryFileStream.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40using std::getline;
41
42BinaryFileStream::BinaryFileStream()
43 :OPS_Stream(OPS_STREAM_TAGS_BinaryFileStream),
44 fileOpen(0), fileName(0), sendSelfCount(0),
45 theChannels(0), numDataRows(0),
46 mapping(0), maxCount(0), sizeColumns(0), theColumns(0), theData(0), theRemoteData(0)
47{
48
49}
50
51BinaryFileStream::BinaryFileStream(const char *file, openMode mode)
52 :OPS_Stream(OPS_STREAM_TAGS_BinaryFileStream),

Callers

nothing calls this directly

Calls 1

setFileMethod · 0.95

Tested by

no test coverage detected