| 237 | } |
| 238 | |
| 239 | int64 cMemMappedArchive::GetMappedOffset() const // throw(eArchive) |
| 240 | { |
| 241 | if (mpMappedMem == 0) |
| 242 | ThrowAndAssert(eArchiveMemmap()); |
| 243 | |
| 244 | return mMappedOffset; |
| 245 | } |
| 246 | |
| 247 | int64 cMemMappedArchive::GetMappedLength() const // throw(eArchive) |
| 248 | { |
no outgoing calls