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

Method skip

src/Abyss/Streams/StreamReader.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void StreamReader::skip(int64_t numBytes) {
65 _inputStream.ignore(numBytes);
66}
67
68void StreamReader::seek(int64_t numBytes) {
69 _inputStream.seekg(numBytes, std::ios_base::beg);

Callers 2

DT1Method · 0.80
DS1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected