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

Method ByteStreamOut

LASzip/src/bytestreamout.hpp:95–95  ·  view source on GitHub ↗

constructor */

Source from the content-addressed store, hash-verified

93 virtual BOOL seekEnd() = 0;
94/* constructor */
95 inline ByteStreamOut() { bit_buffer = 0; num_buffer = 0; };
96/* destructor */
97 virtual ~ByteStreamOut() {};
98private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected