GZipStream.SetLength(Int64) Método
Definição
Atualmente, esta propriedade não tem suporte e sempre gera uma NotSupportedException.This property 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)
Parâmetros
- value
- Int64
O comprimento do fluxo.The length of the stream.
Exceções
Esta propriedade não tem suporte neste fluxo.This property is not supported on this stream.