IdeaBlade DevForce 2010 Help Reference
ZlibCodec Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Zlib Namespace : ZlibCodec Class



Encoder and Decoder for ZLIB and DEFLATE (IETF RFC1950 and RFC1951).

Syntax

Visual Basic (Declaration) 
<GuidAttribute("ebc25cf6-9120-4283-b972-0e5520d0000D")>
<ComVisibleAttribute(True)>
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)>
Public NotInheritable Class ZlibCodec 
Visual Basic (Usage)Copy Code
Dim instance As ZlibCodec
C# 
[GuidAttribute("ebc25cf6-9120-4283-b972-0e5520d0000D")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public sealed class ZlibCodec 
C++/CLI 
[GuidAttribute("ebc25cf6-9120-4283-b972-0e5520d0000D")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public ref class ZlibCodec sealed 

Remarks

This class compresses and decompresses data according to the Deflate algorithm and optionally, the ZLIB format, as documented in RFC 1950 - ZLIB and RFC 1951 - DEFLATE.

Inheritance Hierarchy

System.Object
   Ionic.Zlib.ZlibCodec

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.