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

Method IStreamMarker

pdal/util/IStream.hpp:709–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707{
708public:
709 PDAL_EXPORT IStreamMarker(IStream& stream) : m_stream(stream)
710 { m_pos = m_stream.position(); }
711
712 PDAL_EXPORT void rewind()
713 { m_stream.seek(m_pos); }

Callers

nothing calls this directly

Calls 1

positionMethod · 0.45

Tested by

no test coverage detected