Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.ExtractToStream

FlexCompress

Previous  Top  Next

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.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 28, 2024