MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Seek

Method Seek

Source/ThirdParty/assimp/StreamWriter.h:128–132  ·  view source on GitHub ↗

--------------------------------------------------------------------- Seek to the given offset / origin in the output IOStream. * * Flushes the internal buffer and the output IOStream prior to seeking. */

Source from the content-addressed store, hash-verified

126 *
127 * Flushes the internal buffer and the output IOStream prior to seeking. */
128 aiReturn Seek(size_t pOffset, aiOrigin pOrigin=aiOrigin_SET)
129 {
130 Flush();
131 return stream->Seek(pOffset, pOrigin);
132 }
133
134 // ---------------------------------------------------------------------
135 /** Tell the current position in the output IOStream.

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected