DeflateStream.ReadByte Método

Definição

Lê um byte do fluxo Deflate e avança a posição no fluxo em um byte ou retorna -1 caso esteja no final do fluxo Deflate.Reads a byte from the Deflate stream and advances the position within the stream by one byte, or returns -1 if at the end of the Deflate stream.

public:
 override int ReadByte();
public override int ReadByte ();
override this.ReadByte : unit -> int
Public Overrides Function ReadByte () As Integer

Retornos

Int32

O byte sem sinal convertido em um Int32 ou -1 se o final do fluxo for atingido.The unsigned byte cast to an Int32, or -1 if at the end of the stream.

Comentários

Use a CanRead propriedade para determinar se a instância atual oferece suporte à leitura.Use the CanRead property to determine whether the current instance supports reading.

Aplica-se a