Table of Contents

Method ReadExactly

Namespace
PaintDotNet.IO
Assembly
PaintDotNet.Fundamentals.dll

ReadExactly(Stream, ExtentPtr<byte>)

public static void ReadExactly(this Stream stream, ExtentPtr<byte> buffer)

Parameters

stream Stream

The stream to read from.

buffer ExtentPtr<byte>

Exceptions

EndOfStreamException