| C1.C1Zip Namespace : C1ZStreamReader Class |
For a list of all members of this type, see C1ZStreamReader members.
| Name | Description | |
|---|---|---|
![]() | BaseStream | Gets the underlying stream that contains the compressed data. |
![]() | CanRead | Overridden. Always returns True. |
![]() | CanSeek | Overridden. Always returns False. |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Always returns False. |
![]() | Length | Overridden. Gets the length of the compressed stream if it is known (or -1 if the length of the compressed stream is unknown). |
![]() | 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. |