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

Back to Zip Class Summary

Zip::AppendData

Appends in-memory data as a new entry to a Zip object. The ZipEntry object containing the data is returned.

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

[C#]
public ZipEntry AppendData(string fileName , byte[] memoryData);

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

[JScript]
public function AppendData(String fileName , Byte[] memoryData) : ZipEntry
 
  Parameters  
   
fileName
The filename associated with the created ZipEntry object. This is the name of the file to be created during an unzip.
memoryData
In-memory data to be appended to the Zip object.
 

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