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

Method Seek

BeefySysLib/FileStream.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void FileStream::Seek(int size)
63{
64 if (mCacheBuffer != NULL)
65 mVFilePos += size;
66 else
67 fseek(mFP, size, SEEK_CUR);
68}
69
70void FileStream::SetPos(int pos)
71{

Callers

nothing calls this directly

Calls 1

BfpFile_SeekFunction · 0.50

Tested by

no test coverage detected