| 195 | } |
| 196 | |
| 197 | u32 CsoFileReader::GetBlockCount() const |
| 198 | { |
| 199 | return static_cast<u32>((m_totalSize - m_dataoffset) / m_blocksize); |
| 200 | } |
| 201 | |
| 202 | ThreadedFileReader::Chunk CsoFileReader::ChunkForOffset(u64 offset) |
| 203 | { |
no outgoing calls
no test coverage detected