Extracts data stored in the file inside the archive to a TStream descendant object.
[C#]
public void ExtractToStream(string fileName, Stream stream);
[VB.NET]
Public Sub ExtractToStream(ByVal fileName As String, ByVal stream As Stream)
Description
Use ExtractToStream to decompress data stored in the file inside the archive to a Stream descendant object like FileStream, MemoryStream or BlobStream.
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.