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

Method ByteStreamInArray

src/bytestreamin_array.hpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106};
107
108inline ByteStreamInArray::ByteStreamInArray()
109{
110 this->data = 0;
111 this->size = 0;
112 this->curr = 0;
113}
114
115inline ByteStreamInArray::ByteStreamInArray(const U8* data, I64 size)
116{

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected