Discuss this help topic in SecureBlackbox Forum

TElZipWriter.UpdateCompression

TElZipWriter     See also     


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


Updates the dynamically created archive.

Declaration

[C#]
    void UpdateCompression();

[VB.NET]
    Sub UpdateCompression()

[Pascal]
    procedure UpdateCompression;

[C++]
    void UpdateCompression();

[PHP]
    void UpdateCompression()

[Java]
    void updateCompression();

Description

    Call this method in order to save changes after you have added an entry to the dynamically created archive.

See also:     Add     BeginCompression    

Discuss this help topic in SecureBlackbox Forum