BlockAwareBinWindow.

Write(int, byte[]) Method

Syntax

public virtual void Write(int off, byte[] data)

Parameters

Name Type Description
off int Offset in bytes relative to the window start
data byte[] Data to write into the window starting from the given offset

Return Value

Type Description
void