MCPcopy Create free account
hub / github.com/LAStools/LAStools / ~IStream

Method ~IStream

LASzip/example/laszippertest.cpp:144–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 };
143
144 ~IStream()
145 {
146 if (m_use_iostream)
147 {
148 delete streami;
149#ifdef LZ_WIN32_VC6
150 ifb.close();
151#endif
152 }
153 else
154 {
155 if (ifile)
156 fclose(ifile);
157 }
158 };
159
160 bool m_use_iostream;
161 const char* m_filename;

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected