MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetPosition

Method GetPosition

Sources/Shared/IO/PakFile.cpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293 template<class T>
294 std::int64_t CompressedBoundedStream<T>::GetPosition() const
295 {
296 return _compressedStream.GetPosition();
297 }
298
299 template<class T>
300 std::int64_t CompressedBoundedStream<T>::Read(void* destination, std::int64_t bytesToRead)

Callers 15

FindRelocatedFooterFunction · 0.45
DEATH_ASSERTFunction · 0.45
AddFileMethod · 0.45
FinalizeMethod · 0.45
PakFile.cppFile · 0.45
AppendLogFileHeaderMethod · 0.45
TextureLoaderPngMethod · 0.45
stream_tell_funcMethod · 0.45
fileTellFunction · 0.45
OnPacketReceivedMethod · 0.45
MpLevelHandler.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected