Overload | Description |
---|---|
XceedCompressedStreamEx Constructor(Stream) | Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from. |
XceedCompressedStreamEx Constructor(Stream,String) | Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from and the encryption password to use. |
XceedCompressedStreamEx Constructor(Stream,StreamingEncryptionMethod,String) | |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel) | 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. |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel,String) | 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. |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel,StreamingEncryptionMethod,String) | |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel,StreamingEncryptionMethod,Int32,String) | |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel,Boolean) | 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. |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel,Boolean,String) | 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. |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel,Boolean,StreamingEncryptionMethod,String) | |
XceedCompressedStreamEx Constructor(Stream,CompressionMethod,CompressionLevel,Boolean,StreamingEncryptionMethod,Int32,String) |