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

Method ByteStreamInArrayLE

src/bytestreamin_array.hpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188inline ByteStreamInArrayLE::ByteStreamInArrayLE() : ByteStreamInArray()
189{
190}
191
192inline ByteStreamInArrayLE::ByteStreamInArrayLE(const U8* data, I64 size) : ByteStreamInArray(data, size)
193{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected