MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ReadBytes

Method ReadBytes

Source/SimpleFile.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150std::size_t CSimpleFile::ReadBytes(void *pBuf, size_t count) {
151 m_fFile.read(reinterpret_cast<char *>(pBuf), count);
152 return m_fFile.gcount();
153}
154
155std::string CSimpleFile::ReadString()
156{

Callers 3

DoReadFromFTIMethod · 0.80
OpenDocumentOldMethod · 0.80
ReadMethod · 0.80

Calls 1

readMethod · 0.80

Tested by

no test coverage detected