Xceed Streaming Compression Library Documentation
Xceed Streaming Compression control reference / About the Compression Format objects
In This Topic
    About the Compression Format objects
    In This Topic

    Introduction

    A Compression Format object handles the compression or decompression of a specific type of compression format, such as the Zlib, GZip or BZip2 format. Each Compression Format object has its own specific properties depending on the particularities of the format that it handles. You can set these properties to determine how the library will handle compressing or decompressing data for a specific format.

    How to use

    After instantiating the Compression Format object you need and optionally setting its properties, you must assign it to the CompressionFormat property. After that you can call any of the library's methods.

    Available Encoding Format objects

    XceedBZip2CompressionFormat  

    XceedGZipCompressionFormat

    XceedStandardCompressionFormat

    XceedZip3CompressionFormat

    XceedZlibCompressionFormat

    XceedDeflateCompressionMethod

    XceedBWTCompressionMethod