MCPcopy Create free account
hub / github.com/beefytech/Beef / SetPos

Method SetPos

BeefySysLib/FileStream.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void FileStream::SetPos(int pos)
71{
72 if (mCacheBuffer != NULL)
73 mVFilePos = pos;
74 else
75 fseek(mFP, pos, SEEK_SET);
76}
77
78bool FileStream::Eof()
79{

Callers

nothing calls this directly

Calls 1

BfpFile_SeekFunction · 0.50

Tested by

no test coverage detected