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

Back to ZipEntry Class Summary

ZipEntry::AppendData

Append text or binary data to a file within a Zip archive

  Declarations  
    [Visual Basic]
Public Function AppendData(ByVal data() As Byte) As Boolean

[C#]
public bool AppendData(byte[] data);

[C++]
public bool AppendData(unsigned char __gc[] data);

[JScript]
public function AppendData(Byte[] data) : Boolean
 
  Parameters  
   
data
Text or binary data to be appended to a file within a Zip.
 

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