DeflateStream.Flush Método

Definição

A implementação atual desse método não tem nenhuma funcionalidade.The current implementation of this method has no functionality.

public:
 override void Flush();
public override void Flush ();
override this.Flush : unit -> unit
Public Overrides Sub Flush ()

Exceções

O fluxo está fechado.The stream is closed.

Comentários

Libera o buffer interno se o modo de compactação estiver definido como Compress .Flushes the internal buffer if the compression mode is set to Compress.

Aplica-se a