Table of Contents

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?