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

Function close

pdal/util/IStream.hpp:111–117  ·  view source on GitHub ↗

Close the underlying stream. */

Source from the content-addressed store, hash-verified

109 Close the underlying stream.
110 */
111 PDAL_EXPORT void close()
112 {
113 if(m_fstream != NULL)
114 FileUtils::closeFile(m_fstream);
115 m_fstream = NULL;
116 m_stream = NULL;
117 }
118
119 /**
120 Return the state of the stream.

Callers

nothing calls this directly

Calls 1

closeFileFunction · 0.70

Tested by

no test coverage detected