DeflateStream.SetLength(Int64) 方法

定義

這個作業不受支援,而且一律會擲回 NotSupportedException

public:
 override void SetLength(long value);
public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

參數

value
Int64

資料流的長度。

例外狀況

這個資料流不支援這個屬性。

適用於