Table of Contents

Method Read

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Read(Span<byte>)

Reads bytes from the stream into the given buffer.

long Read(Span<byte> buffer)

Parameters

buffer Span<byte>

Buffer to receive the read bytes. At most buffer.Length bytes are read.

Returns

long

Actual number of bytes read.