Discuss this help topic in SecureBlackbox Forum

TElGzipReader.Extract

TElGzipReader     See also     


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


...

Declaration

[C#/Java]
    void Extract(string OutputPath /* = '' */, string OutputFile /* = '' */);
    void Extract(System.IO.Stream Stream);

[VB.NET]
    Sub Extract(ByVal OutputPath As String = '', ByVal OutputFile As String = '')
    Sub Extract(ByVal Stream As System.IO.Stream)

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

[C++]
    not available

[PHP]
    not available

Parameters

  • OutputPath - ...
  • OutputFile - ...
  • Stream - ...

Description

    ...

See also:         

Discuss this help topic in SecureBlackbox Forum