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

Method put64bitsLE

src/bytestreamout_array.hpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202inline BOOL ByteStreamOutArrayLE::put64bitsLE(const U8* bytes)
203{
204 return putBytes(bytes, 8);
205}
206
207inline BOOL ByteStreamOutArrayLE::put16bitsBE(const U8* bytes)
208{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected