The C1ZStreamReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1ZStreamReader(Stream) |
Initializes a new instance of the C1ZStreamReader class.
|
![]() |
C1ZStreamReader(Stream, Boolean) |
Initializes a new instance of the C1ZStreamReader class.
|
![]() |
C1ZStreamReader(Stream, Boolean, Boolean) |
Initializes a new instance of the C1ZStreamReader class.
|
![]() |
C1ZStreamReader(Stream, Boolean, Int32) |
Initializes a new instance of the C1ZStreamReader class.
|
![]() |
C1ZStreamReader(Stream, Boolean, Int32, Int32) |
Initializes a new instance of the C1ZStreamReader class.
|
![]() |
C1ZStreamReader(Stream, Boolean, Int64, Int32) |
Initializes a new instance of the C1ZStreamReader 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 |
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.
(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 |
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.
(Overrides Stream..::..ReadByte()()()().) |
![]() |
Seek |
Not supported.
(Overrides Stream..::..Seek(Int64, SeekOrigin).) |
![]() |
SetLength |
Sets the number of compressed bytes to read from the underlying stream.
(Overrides Stream..::..SetLength(Int64).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write |
This method is overridden and is not supported by the C1ZStreamReader class.
(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 | (Inherited from Stream.) |
Properties
Name | Description | |
---|---|---|
![]() |
BaseStream |
Gets the underlying stream that contains the compressed data.
|
![]() |
CanRead |
Always returns True.
(Overrides Stream..::..CanRead.) |
![]() |
CanSeek |
Always returns False.
(Overrides Stream..::..CanSeek.) |
![]() |
CanTimeout | (Inherited from Stream.) |
![]() |
CanWrite |
Always returns False.
(Overrides Stream..::..CanWrite.) |
![]() |
Length |
Gets the length of the compressed stream if it is known (or -1 if the
length of the compressed stream is unknown).
(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.
|