Method TryReadByte
- Namespace
- PaintDotNet.IO
- Assembly
- PaintDotNet.Fundamentals.dll
TryReadByte(Stream)
Reads a single byte from the stream.
public static byte? TryReadByte(this Stream stream)
Parameters
stream
Stream
Returns
- byte?
Reads a single byte from the stream.
public static byte? TryReadByte(this Stream stream)
stream
Stream