The C1ZStreamWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1ZStreamWriter(Stream) |
Initializes a new instance of the C1ZStreamWriter class.
|
![]() |
C1ZStreamWriter(Stream, CompressionLevelEnum) |
Initializes a new instance of the C1ZStreamWriter class.
|
![]() |
C1ZStreamWriter(Stream, Boolean) |
Initializes a new instance of the C1ZStreamWriter class.
|
![]() |
C1ZStreamWriter(Stream, CompressionLevelEnum, Boolean) |
Initializes a new instance of the C1ZStreamWriter class.
|
![]() |
C1ZStreamWriter(Stream, Boolean, Boolean) |
Initializes a new instance of the C1ZStreamWriter class.
|
![]() |
C1ZStreamWriter(Stream, CompressionLevelEnum, Boolean, Boolean) |
Initializes a new instance of the C1ZStreamWriter class.
|
Methods
Name | Description | |
---|---|---|
![]() |
BeginRead | (Inherited from Stream.) |
![]() |
BeginWrite | (Inherited from Stream.) |
![]() |
Close |
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(Stream) | (Inherited from StreamStream.) |
![]() |
CopyTo(Stream, Int32) | (Inherited from StreamStream.) |
![]() |
CopyToAsync(Stream) | (Inherited from Stream.) |
![]() |
CopyToAsync(Stream, Int32) | (Inherited from Stream.) |
![]() |
CopyToAsync(Stream, Int32, CancellationToken) | (Inherited from Stream.) |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Dispose | (Inherited from Stream.) |
![]() |
EndRead | (Inherited from Stream.) |
![]() |
EndWrite | (Inherited from Stream.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Flush |
Clears all buffers for this stream and causes any buffered data to be written to the underlying
stream.
(Overrides Stream..::..Flush()()()().) |
![]() |
FlushAsync()()()() | (Inherited from Stream.) |
![]() |
FlushAsync(CancellationToken) | (Inherited from Stream.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
Read |
Not supported.
(Overrides Stream..::..Read(array<Byte>[]()[][], Int32, Int32).) |
![]() |
ReadAsync(array<Byte>[]()[][], Int32, Int32) | (Inherited from Stream.) |
![]() |
ReadAsync(array<Byte>[]()[][], Int32, Int32, CancellationToken) | (Inherited from Stream.) |
![]() |
ReadByte | (Inherited from Stream.) |
![]() |
Seek |
Not supported.
(Overrides Stream..::..Seek(Int64, SeekOrigin).) |
![]() |
SetLength |
Not supported.
(Overrides Stream..::..SetLength(Int64).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write |
Writes a sequence of bytes to the current stream and advances the current
position within this stream by the number of bytes written.
(Overrides Stream..::..Write(array<Byte>[]()[][], Int32, Int32).) |
![]() |
WriteAsync(array<Byte>[]()[][], Int32, Int32) | (Inherited from Stream.) |
![]() |
WriteAsync(array<Byte>[]()[][], Int32, Int32, CancellationToken) | (Inherited from Stream.) |
![]() |
WriteByte |
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
(Overrides Stream..::..WriteByte(Byte).) |
Properties
Name | Description | |
---|---|---|
![]() |
BaseStream |
Gets the underlying stream that receives the compressed data.
|
![]() |
CanRead |
Always returns False.
(Overrides Stream..::..CanRead.) |
![]() |
CanSeek |
Always returns False.
(Overrides Stream..::..CanSeek.) |
![]() |
CanTimeout | (Inherited from Stream.) |
![]() |
CanWrite |
Always returns True.
(Overrides Stream..::..CanWrite.) |
![]() |
Checksum |
Gets the checksum value used to check the integrity of the stream.
|
![]() |
Length |
Returns the length of the underlying stream, in bytes.
(Overrides Stream..::..Length.) |
![]() |
OwnsBaseStream |
Gets or sets whether calling the Close()()()() method will also
close the underlying stream (see BaseStream).
|
![]() |
Position |
Gets the position within the stream (read-only).
(Overrides Stream..::..Position.) |
![]() |
ReadTimeout | (Inherited from 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 Stream.) |
![]() |
ZStream |
Gets the ZStream instance wrapped by this C1ZStreamWriter.
|