Searched refs:CCachedInStream (Results 1 – 2 of 2) sorted by relevance
124 void CCachedInStream::Free() in Free()132 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) in Alloc()158 void CCachedInStream::Init(UInt64 size) in Init()167 STDMETHODIMP CCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()209 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
110 class CCachedInStream:124 CCachedInStream(): _tags(0), _data(0) {} in CCachedInStream() function125 virtual ~CCachedInStream() { Free(); } // the destructor must be virtual (release calls it) !!! in ~CCachedInStream()