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

Method put16bitsLE

src/bytestreamout_array.hpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192inline BOOL ByteStreamOutArrayLE::put16bitsLE(const U8* bytes)
193{
194 return putBytes(bytes, 2);
195}
196
197inline BOOL ByteStreamOutArrayLE::put32bitsLE(const U8* bytes)
198{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected