Home
last modified time | relevance | path

Searched refs:ReadPart (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DFileIO.cpp343 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw() in ReadPart() function in NWindows::NFile::NIO::CInFile
356 bool res = ReadPart(data, size, processedLoc); in Read()
DFileIO.h179 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw();
/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp96 if (!inFile.ReadPart(_buf, kTempBufSize, processed)) in WriteToStream()
DFileStreams.cpp148 bool result = File.ReadPart(data, size, realProcessedSize); in Read()
/external/lzma/DOC/
Dlzma-history.txt184 ISequentialInStream::Read now works as old ReadPart