31    class MemorySoundArchive : 
public SoundArchive
 
   41        virtual ~MemorySoundArchive();
 
   45        virtual void const *detail_GetFileAddress(ulong fileId) 
const;
 
   46        virtual void const *detail_GetWaveDataFileAddress(ulong fileId) 
const;
 
   47        virtual int detail_GetRequiredStreamBufferSize() 
const;
 
   48        virtual ut::FileStream *OpenStream(
void *buffer, 
int size, ulong begin,
 
   51                                              char const *extFilePath,
 
   52                                              ulong begin, ulong length) 
const;
 
   55        bool Setup(
void const *soundArchiveData);