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

Method Read

Source/DocumentFile.cpp:371–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371unsigned CDocumentFile::Read(unsigned char *lpBuf, std::size_t nCount) // // //
372{
373 m_iPreviousPosition = m_iFilePosition;
374 m_iFilePosition = m_pFile->GetPosition();
375 return m_pFile->ReadBytes(lpBuf, nCount);
376}
377
378void CDocumentFile::Write(const unsigned char *lpBuf, std::size_t nCount) // // //
379{

Callers

nothing calls this directly

Calls 2

GetPositionMethod · 0.80
ReadBytesMethod · 0.80

Tested by

no test coverage detected