DeflateStream.CanRead Proprietà
Definizione
Ottiene un valore che indica se il flusso supporta la lettura durante la decompressione di un file.Gets a value indicating whether the stream supports reading while decompressing a file.
public:
virtual property bool CanRead { bool get(); };
public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean
Valore della proprietà
true
se il valore di CompressionMode è Decompress
e il flusso sottostante è aperto e supporta la lettura; in caso contrario, false
.true
if the CompressionMode value is Decompress
, and the underlying stream is opened and supports reading; otherwise, false
.