Table of Contents

Method TryReadInt64

Namespace
PaintDotNet.IO
Assembly
PaintDotNet.Fundamentals.dll

TryReadInt64(Stream)

Reads a 64-bit signed integer from the stream in little-endian byte order.

public static long? TryReadInt64(this Stream stream)

Parameters

stream Stream

Returns

long?