Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / ZLibCompressedStream Class / ZLibCompressedStream Constructor


In This Topic
    ZLibCompressedStream Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the ZLibCompressedStream class specifying the inner stream to write to and read from, the compression method and level to use.  
    Initializes a new instance of the ZLibCompressedStream class specifying the inner stream to write to and read from.  
    Initializes a new instance of the ZLibCompressedStream class specifying the inner stream to write to and read from, the compression method and level to use as well as indicating if the header must be read.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also