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

Method seekEnd

src/bytestreamout_array.hpp:173–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173inline BOOL ByteStreamOutArray::seekEnd()
174{
175 curr = size;
176 return TRUE;
177
178/*
179 if ((0 <= distance) && (distance <= size))
180 {
181 curr = size - distance;
182 return TRUE;
183 }
184 return FALSE;
185*/
186}
187
188inline ByteStreamOutArrayLE::ByteStreamOutArrayLE(I64 alloc) : ByteStreamOutArray(alloc)
189{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected