Method ReadByte
ReadByte()
Calls ReadByte() on the wrapped stream.
Declaration
public override int ReadByte()
Returns
| Type | Description |
|---|---|
| System.Int32 | The unsigned byte cast to an Int32, or -1 if at the end of the stream. |
Calls ReadByte() on the wrapped stream.
public override int ReadByte()
| Type | Description |
|---|---|
| System.Int32 | The unsigned byte cast to an Int32, or -1 if at the end of the stream. |