MCPcopy Create free account
hub / github.com/Illation/ETEngine / GetBufferPosition

Method GetBufferPosition

Engine/source/EtCore/FileSystem/BinaryReader.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103int32 BinaryReader::GetBufferPosition()
104{
105 if (m_pReader)
106 {
107 return static_cast<int32>(m_pReader->tellg());
108 }
109
110 LOG("BinaryReader::GetBufferPosition> m_pReader doesn't exist", Warning);
111 return -1;
112}
113
114bool BinaryReader::SetBufferPosition(int32 pos)
115{

Callers 5

LoadWavFileMethod · 0.80
LoadFntMethod · 0.80
ParseGLTFDataMethod · 0.80
ParseGLBChunkMethod · 0.80
GetAccessorScalarArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected