DeflateStream.SetLength(Int64) 方法
定义
此操作不受支持,它总是引发 NotSupportedException。This operation is not supported and always throws a 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
流的长度。The length of the stream.
例外
此流中不支持此属性。This property is not supported on this stream.