Searched refs:CCachedInStream (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp124 void CCachedInStream::Free()
132 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog)
158 void CCachedInStream::Init(UInt64 size)
167 STDMETHODIMP CCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
209 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
H A DStreamObjects.h110 class CCachedInStream: class in inherits:IInStream,CMyUnknownImp
124 CCachedInStream(): _tags(0), _data(0) {} function in class:CCachedInStream
125 virtual ~CCachedInStream() { Free(); } // the destructor must be virtual (release calls it) !!!

Completed in 77 milliseconds