| 43 | |
| 44 | virtual bool IsCompressed() const { return true; } |
| 45 | virtual u32 GetRomSize() const { return mRomSize; } |
| 46 | virtual bool LoadRawData( u32 bytes_to_read, u8 *p_bytes, COutputStream & messages ); |
| 47 | |
| 48 | virtual bool ReadChunk( u32 offset, u8 * p_dst, u32 length ); |