C1.C1Zip Namespace : C1ZStreamReader Class |
The following tables list the members exposed by C1ZStreamReader.
Name | Description | |
---|---|---|
C1ZStreamReader Constructor | Overloaded. |
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. |
Name | Description | |
---|---|---|
BeginRead | (Inherited from System.IO.Stream) | |
BeginWrite | (Inherited from System.IO.Stream) | |
Close | Overridden. Closes the current stream compressor and flushed any pending data into the base stream. If the OwnsBaseStream property is set to True (the default value), then this method also closes the base stream and releases any resources (such as sockets and file handles) associated with it. | |
CopyTo | Overloaded. (Inherited from System.IO.Stream) | |
CopyToAsync | Overloaded. (Inherited from System.IO.Stream) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from System.IO.Stream) | |
EndRead | (Inherited from System.IO.Stream) | |
EndWrite | (Inherited from System.IO.Stream) | |
Flush | Overridden. Clears all buffers for this stream and causes any buffered data to be written to the underlying stream. | |
FlushAsync | Overloaded. (Inherited from System.IO.Stream) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Read | Overridden. Reads a sequence of bytes from the underlying compressed stream, decompressing them into a buffer, then advances the position within the stream by the number of bytes read. | |
ReadAsync | Overloaded. (Inherited from System.IO.Stream) | |
ReadByte | Overridden. 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. | |
Seek | Overridden. Not supported. | |
SetLength | Overridden. Sets the number of compressed bytes to read from the underlying stream. | |
Write | Overridden. This method is overridden and is not supported by the C1ZStreamReader class. | |
WriteAsync | Overloaded. (Inherited from System.IO.Stream) | |
WriteByte | (Inherited from System.IO.Stream) |