Discuss this help topic in SecureBlackbox Forum

TElGzipReader.Extract

TElGzipReader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Extracts data from the archive.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Extract(const OutputPath : string = ''; const OutputFile : string = ''); overload;
    procedure Extract(Stream : TStream); overload;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • OutputPath - path where the entry must be extracted.
  • OutputFile - the name of the file to save extracted data to.
  • Stream - stream to store the extracted data.

Description

Use this method to extract data from the archive.
Note, that OutputPath should exist before extraction, and be accessible for writing.

See also:     OnProgress     OnExtractionStreamNeeded    

Discuss this help topic in SecureBlackbox Forum