Programming languages
C# and VB.NET
Overview
This sample demonstrates how to compress and decompress data read from FileStreams using the GZipCompressedStream, XceedCompressedStream and ZLibCompressedStream classes.
How to use
Select the desired compression format in the Compression Format combo box and the source and destination files. To compress the file specified in the Source file text box to the file specified in the Destination file text box press the Compress button. To decompress , press on the Decompress button.
Project location & filename
Master directory:
<SamplesInstallDir>Xceed Zip for .NET [version]\
Where <SamplesInstallDir> by default is <SystemVolume>Xceed Samples under Windows Vista/7, and <ProgramFiles>Xceed Samples under Windows XP. NOTE: The sample applications for Xceed's FileSystem based products are all contained in the "Xceed Zip for .NET" folder.
C#: \CSharp\Manager\Manager.csproj
VB.NET: \Visual Basic .NET\Manager\Manager.vbproj