Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.