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

Method put16bitsBE

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

Source from the content-addressed store, hash-verified

205}
206
207inline BOOL ByteStreamOutArrayLE::put16bitsBE(const U8* bytes)
208{
209 swapped[0] = bytes[1];
210 swapped[1] = bytes[0];
211 return putBytes(swapped, 2);
212}
213
214inline BOOL ByteStreamOutArrayLE::put32bitsBE(const U8* bytes)
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected