MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / seek

Method seek

src/Abyss/Streams/StreamReader.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void StreamReader::seek(int64_t numBytes) {
69 _inputStream.seekg(numBytes, std::ios_base::beg);
70}
71
72} // namespace Abyss::Streams

Callers 1

DT1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected