C1.C1Zip Namespace : C1ZStreamWriter Class |
For a list of all members of this type, see C1ZStreamWriter 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. Not supported. | |
ReadAsync | Overloaded. (Inherited from System.IO.Stream) | |
ReadByte | (Inherited from System.IO.Stream) | |
Seek | Overridden. Not supported. | |
SetLength | Overridden. Not supported. | |
Write | Overridden. Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | |
WriteAsync | Overloaded. (Inherited from System.IO.Stream) | |
WriteByte | Overridden. Writes a byte to the current position in the stream and advances the position within the stream by one byte. |