Table of Contents

Method Write

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

Write(byte[], int, int)

Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

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

Parameters

buffer byte[]

The buffer to write the data from.

offset int

The byte offset in buffer at which to begin writing.

count int

The number of bytes to write.