GZipStream.ReadByte Method

DotZLib

DotZLib .Net wrapper for ZLib1.dll

GZipStream.ReadByte Method 

Attempts to read a single byte from the stream.

public override int ReadByte();

Return Value

The byte that was read, or -1 in case of error or End-Of-File

See Also

GZipStream Class | DotZLib Namespace