Searched refs:ReadFromInputStream (Results 1 – 3 of 3) sorted by relevance
90 HRESULT ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize);
306 HRESULT CDecoder::ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize) in ReadFromInputStream() function in NCompress::NLzma::CDecoder
97 { return _lzmaDecoderSpec->ReadFromInputStream(data, size, processedSize); } in ReadInput()