MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getStreamSize

Method getStreamSize

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

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

Source from the content-addressed store, hash-verified

278
279//--------------------------------------
280U32 ZipSubRStream::getStreamSize()
281{
282 AssertFatal(m_pStream != NULL, "No stream to size()");
283 AssertFatal(m_uncompressedSize != 0, "No data? Properties probably not set...");
284
285 return m_uncompressedSize;
286}
287
288//--------------------------------------
289U32 ZipSubRStream::fillBuffer(const U32 in_attemptSize)

Callers 3

updateFileMethod · 0.45
findInStreamMethod · 0.45
fillBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected