MCPcopy Create free account
hub / github.com/amule-project/amule / WriteAt

Method WriteAt

src/FileAutoClose.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void CFileAutoClose::WriteAt(const void* buffer, uint64 offset, size_t count)
100{
101 Reopen();
102 m_file.Seek(offset);
103 m_file.Write(buffer, count);
104}
105
106bool CFileAutoClose::Eof()
107{

Callers 2

FlushAtMethod · 0.45
performConvertToeMuleMethod · 0.45

Calls 2

SeekMethod · 0.80
WriteMethod · 0.45

Tested by

no test coverage detected