Name | Description | |
---|---|---|
C1ZStreamWriter Constructor | Overloaded. |
The following tables list the members exposed by C1ZStreamWriter.
Name | Description | |
---|---|---|
C1ZStreamWriter Constructor | Overloaded. |
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. |
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 | Overloaded. (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. |
Name | Description | |
---|---|---|
CreateWaitHandle | (Inherited from System.IO.Stream) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
ObjectInvariant | (Inherited from System.IO.Stream) |