MCPcopy Create free account
hub / github.com/LAStools/LAStools / get16bitsBE

Method get16bitsBE

LASzip/src/bytestreamin_array.hpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211inline void ByteStreamInArrayLE::get16bitsBE(U8* bytes)
212{
213 getBytes(swapped, 2);
214 bytes[0] = swapped[1];
215 bytes[1] = swapped[0];
216}
217
218inline void ByteStreamInArrayLE::get32bitsBE(U8* bytes)
219{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected