MemoryPack loads whole pack in memory, currently unused. More...
#include <pack.h>
Public Member Functions | |
| bool | open (const Common::Path &filename) override |
| void | close () override |
| uint32 | getSize (uint32 id) const override |
| uint32 | read (uint32 id, byte *dst, uint32 size) const override |
| Common::SeekableReadStream * | getStream (uint32 id) const override |
Public Member Functions inherited from TeenAgent::Pack | |
| virtual uint32 | fileCount () const |
Additional Inherited Members | |
Protected Attributes inherited from TeenAgent::Pack | |
| uint32 | _fileCount |
MemoryPack loads whole pack in memory, currently unused.