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

Method BinaryFileStream

SRC/handler/BinaryFileStream.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setFileMethod · 0.95

Tested by

no test coverage detected