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

Method seek

src/bytestreamout_array.hpp:163–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163inline BOOL ByteStreamOutArray::seek(I64 position)
164{
165 if ((0 <= position) && (position <= size))
166 {
167 curr = position;
168 return TRUE;
169 }
170 return FALSE;
171}
172
173inline BOOL ByteStreamOutArray::seekEnd()
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected