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

Method getData

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

Source from the content-addressed store, hash-verified

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; };
64protected:
65 U8* data;

Callers 3

chunk_bytesMethod · 0.80
chunk_bytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected