Searched refs:ReadFromInputStream (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.h71 HRESULT ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize);
H A DLzmaDecoder.cpp234 HRESULT CDecoder::ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize) function in class:NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp94 { return _lzmaDecoderSpec->ReadFromInputStream(data, size, processedSize); }

Completed in 109 milliseconds