Table of Contents

Method Read

Namespace
Innova.Data.File
Assembly
Innova.Data.dll

Read(byte[], int, int)

Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.

public override int Read(byte[] buffer, int offset, int count)

Parameters

buffer byte[]

The buffer to read the data into.

offset int

The byte offset in buffer at which to begin reading.

count int

The maximum number of bytes to read.

Returns

int

The total number of bytes read into the buffer.