The following tables list the members exposed by XceedCompressedStreamEx.
| Name | Description | |
|---|---|---|
![]() | XceedCompressedStreamEx Constructor | Overloaded. Initializes a new instance of the XceedCompressedStreamEx class specifying the inner stream to write to and read from. |
| Name | Description | |
|---|---|---|
![]() | CanRead | Gets a boolean value indicating whether the current stream supports reading. (Inherited from FormattedCompressedStream) |
![]() | CanSeek | Gets a boolean value indicating whether the current stream supports seeking. (Inherited from FormattedCompressedStream) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream) |
![]() | CanWrite | Gets a boolean value indicating whether the current stream supports writing. (Inherited from FormattedCompressedStream) |
![]() | EncryptionPassword | Gets or sets the encryption password that will be used to encrypt the files in the stream. (Inherited from XceedCompressedStream) |
![]() | Length | Gets the length, in bytes, of the stream. (Inherited from FormattedCompressedStream) |
![]() | Position | Gets or sets the position within the current stream. (Inherited from FormattedCompressedStream) |
![]() | ReadTimeout | Gets or sets a value that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream) |
![]() | Transient | Gets or sets a boolean value indicating if the stream is responsible for closing its inner stream. (Inherited from FormattedCompressedStream) |
![]() | WriteTimeout | Gets or sets a value that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream) |
| Name | Description | |
|---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() | Close | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (Inherited from System.IO.Stream) |
![]() ![]() | Compress | Overloaded. Compresses an array of bytes using the extended Xceed compression format. Use this method to compress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object). |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() ![]() | Decompress | Overloaded. Decompresses an array of Xceed formatted compressed bytes. Use this method to decompress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object). |
![]() | Dispose | Overloaded. Releases all resources used by the FormattedCompressedStream. (Inherited from FormattedCompressedStream) |
![]() | EndRead | Waits for the pending asynchronous read to complete. (Inherited from System.IO.Stream) |
![]() | EndWrite | Ends an asynchronous write operation. (Inherited from System.IO.Stream) |
![]() | Flush | Clears all buffers for this stream and causes any buffered data to be written to the underlying compressed stream. (Inherited from FormattedCompressedStream) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Read | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from FormattedCompressedStream) |
![]() | ReadByte | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from System.IO.Stream) |
![]() | Seek | Sets the position within the current stream. (Inherited from FormattedCompressedStream) |
![]() | SetLength | Sets the length of the current stream. (Inherited from FormattedCompressedStream) |
![]() | Write | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Inherited from FormattedCompressedStream) |
![]() | WriteByte | Writes a byte to the current position in the stream and advances the position within the stream by one byte. (Inherited from System.IO.Stream) |
| Name | Description | |
|---|---|---|
![]() | CreateWaitHandle | Allocates a WaitHandle object. (Inherited from System.IO.Stream) |
![]() | Finalize | Allows the FormattedCompressedStream object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from FormattedCompressedStream) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | ReadFooter | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from XceedCompressedStream) |
![]() | ReadHeader | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from XceedCompressedStream) |
![]() | WriteFooter | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from XceedCompressedStream) |
![]() | WriteHeader | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from XceedCompressedStream) |




