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

Method getStreamSize

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

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

Source from the content-addressed store, hash-verified

281
282//--------------------------------------
283U32 ZipSubRStream::getStreamSize()
284{
285 AssertFatal(m_pStream != NULL, "No stream to size()");
286 AssertFatal(m_uncompressedSize != 0, "No data? Properties probably not set...");
287
288 return m_uncompressedSize;
289}
290
291//--------------------------------------
292U32 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