IdeaBlade DevForce 2010 Help Reference
Ionic.Zlib Namespace
See Also  Inheritance Hierarchy Send Feedback
IdeaBlade.Core Assembly : Ionic.Zlib Namespace

Classes

 ClassDescription
ClassGZipStream A class for compressing and decompressing GZIP streams.
ClassZlibCodec Encoder and Decoder for ZLIB and DEFLATE (IETF RFC1950 and RFC1951).
ClassZlibConstants A bunch of constants used in the Zlib interface.
ClassZlibException A general purpose exception class for exceptions in the Zlib library.

Enumerations

 EnumerationDescription
EnumerationCompressionLevel The compression level to be used when using a DeflateStream or ZlibStream with CompressionMode.Compress.
EnumerationCompressionMode An enum to specify the direction of transcoding - whether to compress or decompress.
EnumerationCompressionStrategy Describes options for how the compression algorithm is executed. Different strategies work better on different sorts of data. The strategy parameter can affect the compression ratio and the speed of compression but not the correctness of the compresssion.
EnumerationFlushType Describes how to flush the current deflate operation.

See Also

© 2013 All Rights Reserved.