Discuss this help topic in SecureBlackbox Forum

TElGzipWriter.Add

TElGzipWriter     See also     


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


Adds entry to the archive.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function Add(const FileName : string) : boolean; overload;
    function Add(Stream : TStream; const FileName : string = '') : boolean; overload;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • FileName - name of the new archive entry. If this parameter is omitted, the name will be generated automatically.
  • Stream - input stream with uncompressed data.

Return value

Returns true on success, and false if adding the new entry didn't succeed.

Description

Use this method to add a new entry to the archive.

See also:     CreateArchive    

Discuss this help topic in SecureBlackbox Forum