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

Method getStream

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

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

Source from the content-addressed store, hash-verified

110
111//--------------------------------------
112Stream* ZipSubRStream::getStream()
113{
114 return m_pStream;
115}
116
117//--------------------------------------
118void ZipSubRStream::setUncompressedSize(const U32 in_uncSize)

Callers 4

createStreamObjectMethod · 0.45
closeArchiveMethod · 0.45
closeFileMethod · 0.45
closeFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected