MCPcopy Create free account
hub / github.com/bcndev/bytecoin / FileStream

Method FileStream

src/platform/Files.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 "open file for reading or writing "};
24
25FileStream::FileStream() {
26#ifdef _WIN32
27 handle = INVALID_HANDLE_VALUE;
28#endif
29}
30
31FileStream::FileStream(const std::string &filename, OpenMode mode) {
32#ifdef _WIN32

Callers

nothing calls this directly

Calls 2

StreamErrorClass · 0.85

Tested by

no test coverage detected