Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DStreamObjects.cpp185 void CCachedInStream::Free() throw() in Free()
193 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw() in Alloc()
219 void CCachedInStream::Init(UInt64 size) throw() in Init()
228 STDMETHODIMP CCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
270 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DStreamObjects.h132 class CCachedInStream:
146 CCachedInStream(): _tags(0), _data(0) {} in CCachedInStream() function
147 virtual ~CCachedInStream() { Free(); } // the destructor must be virtual (release calls it) !!! in ~CCachedInStream()