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

Back to Zip Class Summary

Zip::AppendHex

Creates a new Zip entry and initializes it with already-compressed data that is hexidecimal encoded. (The ZipEntry.CopyHex method can be used to retrieve the compressed data in Hex format.)

  Declarations  
    [Visual Basic]
Public Function AppendHex(ByVal String fileName , ByVal String compressedEncodedData) As ZipEntry

[C#]
public ZipEntry AppendHex(string fileName , string compressedEncodedData);

[C++]
public ZipEntry *AppendHex(String *fileName , String *compressedEncodedData);

[JScript]
public function AppendHex(String fileName , String compressedEncodedData) : 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.
compressedEncodedData
The already-compressed Hex-encoded memory data to be added to the Zip.
 

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