MCPcopy Create free account
hub / github.com/LASzip/LASzip / ~ByteStreamOutArray

Method ~ByteStreamOutArray

src/bytestreamout_array.hpp:58–58  ·  view source on GitHub ↗

destructor */

Source from the content-addressed store, hash-verified

56 BOOL seekEnd();
57/* destructor */
58 ~ByteStreamOutArray() { if (data) free(data); };
59/* get access to data */
60 inline I64 getSize() const { return size; };
61 inline I64 getCurr() const { return curr; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected