MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / SetLocalStreamOffset

Method SetLocalStreamOffset

deps/FtpClient/FTPClient.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 void COutputStream::SetLocalStreamOffset(DWORD dwOffsetFromBeginOfStream)
271 {
272 m_spPimpl->m_itCurrentPos = m_spPimpl->m_vBuffer.begin() + dwOffsetFromBeginOfStream;
273 }
274
275 void COutputStream::OnBytesReceived(const TByteVector& vBuffer, long lReceivedBytes)
276 {

Callers 1

UploadFileMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected