MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getPosition

Method getPosition

Engine/source/core/util/zip/zipSubStream.cpp:212–217  ·  view source on GitHub ↗

--------------------------------------

Source from the content-addressed store, hash-verified

210
211//--------------------------------------
212U32 ZipSubRStream::getPosition() const
213{
214 AssertFatal(m_pStream != NULL, "Error, not attached");
215
216 return m_currentPosition;
217}
218
219//--------------------------------------
220bool ZipSubRStream::setPosition(const U32 in_newPosition)

Callers 11

readExtraFieldsMethod · 0.45
rebuildZipMethod · 0.45
copyFileToNewZipMethod · 0.45
openFileForReadMethod · 0.45
readMethod · 0.45
findInStreamMethod · 0.45
attachStreamMethod · 0.45
fillBufferMethod · 0.45
_finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected