BlockAwareBinWindow.

Read(int, byte[]) Method

Syntax

public virtual int Read(int off, byte[] data)

Parameters

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

Return Value

Type Description
int