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

Method ByteStreamInArrayBE

src/bytestreamin_array.hpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240inline ByteStreamInArrayBE::ByteStreamInArrayBE() : ByteStreamInArray()
241{
242}
243
244inline ByteStreamInArrayBE::ByteStreamInArrayBE(const U8* data, I64 size) : ByteStreamInArray(data, size)
245{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected