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

Method put32bitsLE

src/bytestreamout_array.hpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197inline BOOL ByteStreamOutArrayLE::put32bitsLE(const U8* bytes)
198{
199 return putBytes(bytes, 4);
200}
201
202inline BOOL ByteStreamOutArrayLE::put64bitsLE(const U8* bytes)
203{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected