RecyclableMemoryStream.ReadByte method
October 6, 2021 · View on GitHub
Reads a single byte from the current position in the stream.
public override int ReadByte()
Return Value
The byte at the current position, or -1 if the position is at the end of the stream.
Exceptions
| exception | condition |
|---|---|
| ObjectDisposedException | Object has been disposed. |
See Also
- class RecyclableMemoryStream
- namespace Microsoft.IO