Extracts data stored in the file inside the archive to a TStream descendant object.
procedure ExtractToStream(FileName: String; Stream: TStream);
Description
Use ExtractToStream to decompress data stored in the file inside the archive to a TStream descendant object like TFileStream, TMemoryStream or TBlobStream.
The FileName parameter specifies file name being extracted.
Note: Any transaction must be finished before calling ExtractToStream. Otherwise an exception will be raised. Also if some other errors occurs an exception will be raised.
|
|