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

Method skipBytes

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

seek to the end of the file */

Source from the content-addressed store, hash-verified

80 virtual BOOL seekEnd(const I64 distance=0) = 0;
81/* seek to the end of the file */
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 */

Callers 2

initMethod · 0.80
initMethod · 0.80

Calls 1

tellFunction · 0.85

Tested by

no test coverage detected