MCPcopy Create free account
hub / github.com/LASzip/LASzip / getSize

Method getSize

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

get access to data */

Source from the content-addressed store, hash-verified

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; };
62 inline const U8* getData() const { return data; };
63 inline U8* takeData() { U8* d = data; data = 0; alloc = 0; size = 0; curr = 0; return d; };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected