Searched refs:WritePart (Results 1 – 3 of 3) sorted by relevance
547 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw() in WritePart() function in NWindows::NFile::NIO::COutFile563 const bool res = WritePart(data, size, processedLoc); in Write()582 if (!WritePart(data, sizeCur, processedLoc)) in WriteFull()
309 bool WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw();
545 ISequentialOutStream::Write now works as old WritePart