MCPcopy Create free account
hub / github.com/PDAL/PDAL / rewind

Method rewind

pdal/util/IStream.hpp:712–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710 { m_pos = m_stream.position(); }
711
712 PDAL_EXPORT void rewind()
713 { m_stream.seek(m_pos); }
714
715private:
716 std::streampos m_pos;

Callers

nothing calls this directly

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected