C1.C1Zip Namespace : C1ZStreamReader Class |
For a list of all members of this type, see C1ZStreamReader members.
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) |