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


In This Topic
    XceedCompressedStreamEx Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from.  
    Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from and the encryption password to use.  
     
    Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from, the compression method and level to use.  
    Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from, the compression method and level, and the encryption password to use.  
     
     
    Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from, the compression method and level to use.  
    Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from, the compression method and level, and the encryption password to use.  
     
     
    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