TECLMemoryStream.SaveToFile
TECLMemoryStream
Writes the entire contents of the memory stream to the file with a given file name.
procedure SaveToFile(const FileName: string);
Description
Use SaveToFile to write the decompressed contents of memory stream to a file. SaveToFile allows an application to write out the contents of the memory stream without having to explicitly create and free a file stream object. If the named file cannot be created or opened, SaveToFile raises an exception.
|