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

Method ByteStreamIn

LASzip/src/bytestreamin.hpp:84–84  ·  view source on GitHub ↗

constructor */

Source from the content-addressed store, hash-verified

82 virtual BOOL skipBytes(const U32 num_bytes) { I64 curr = tell(); return seek(curr + num_bytes); };
83/* constructor */
84 inline ByteStreamIn() { bit_buffer = 0; num_buffer = 0; };
85/* destructor */
86 virtual ~ByteStreamIn() {};
87private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected