Discuss this help topic in SecureBlackbox Forum

TElGzipWriter.Compress

TElGzipWriter     See also     


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


Compresses data.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Compress(Destination : TStream); overload; virtual;
    procedure Compress(const Destination : string); overload; virtual;
    procedure Compress; overload; virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Destination - destination path or stream for the compressed data

Description

Use this method to compress data.

See also:     CreateArchive    

Discuss this help topic in SecureBlackbox Forum