Overload | Description |
---|---|
XceedCompressedStream Constructor(Stream) | Initializes a new instance of the XceedCompressedStream class specifying the inner stream to write to and read from. |
XceedCompressedStream Constructor(Stream,String) | Initializes a new instance of the XceedCompressedStream class specifying the inner stream to write to and read from and the encryption password. |
XceedCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel) | Initializes a new instance of the XceedCompressedStream class specifying the inner stream to write to and read from, the compression method and level to use. |
XceedCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel,Boolean) | Initializes a new instance of the XceedCompressedStream class specifying the inner stream to write to and read from, the compression method and level to use. |
XceedCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel,String) | |
XceedCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel,StreamingEncryptionMethod,String) | |
XceedCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel,Boolean,String) | Initializes a new instance of the XceedCompressedStream class specifying the inner stream to write to and read from, the compression method and level to use, and the encryption password. |
XceedCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel,Boolean,StreamingEncryptionMethod,String) | |
XceedCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel,Boolean,StreamingEncryptionMethod,Int32,String) |