| C1.C1Zip Namespace : C1ZStreamWriter Class |
For a list of all members of this type, see C1ZStreamWriter members.
| Name | Description | |
|---|---|---|
![]() | BaseStream | Gets the underlying stream that receives the compressed data. |
![]() | CanRead | Overridden. Always returns False. |
![]() | CanSeek | Overridden. Always returns False. |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Always returns True. |
![]() | Checksum | Gets the checksum value used to check the integrity of the stream. |
![]() | Length | Overridden. Returns the length of the underlying stream, in bytes. |
![]() | OwnsBaseStream | Gets or sets whether calling the Close method will also close the underlying stream (see BaseStream). |
![]() | Position | Overridden. Gets the position within the stream (read-only). |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | SizeCompressed | Gets the number of bytes in the stream (compressed bytes). |
![]() | SizeCompressedLong | Gets the number of bytes in the stream (compressed bytes). |
![]() | SizeUncompressed | Gets the number of bytes that were compressed into the stream (uncompressed bytes). |
![]() | SizeUncompressedLong | Gets the number of bytes that were compressed into the stream (uncompressed bytes). |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |
![]() | ZStream | Gets the ZStream instance wrapped by this C1ZStreamWriter. |