.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::AppendCompressed

Append memory data that is already Zip-compressed to the Zip object. The ZipEntry object containing the compressed data is returned.

  Declarations  
    [Visual Basic]
Public Function AppendCompressed(ByVal String fileName , ByVal compressedData() As Byte) As ZipEntry

[C#]
public ZipEntry AppendCompressed(string fileName , byte[] compressedData);

[C++]
public ZipEntry *AppendCompressed(String *fileName , unsigned char __gc[] compressedData);

[JScript]
public function AppendCompressed(String fileName , Byte[] compressedData) : ZipEntry
 
  Parameters  
   
fileName
The appended data will have this filename. If it is unzipped, this is the name of the file that would be created.
compressedData
The already-compressed memory data.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.