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

Back to ZipEntry Class Summary

ZipEntry::ReplaceData

Replace the contents of a file within a Zip archive

  Declarations  
    [Visual Basic]
Public Function ReplaceData(ByVal replacementData() As Byte) As Boolean

[C#]
public bool ReplaceData(byte[] replacementData);

[C++]
public bool ReplaceData(unsigned char __gc[] replacementData);

[JScript]
public function ReplaceData(Byte[] replacementData) : Boolean
 
  Parameters  
   
replacementData
Text or binary data to replace the existing contents
 

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