BlockAwareBinWindow.

BlockAwareBinWindow(BlockAwareBin, int, int) Constructor

Syntax

public BlockAwareBinWindow(BlockAwareBin io, int blockOff, int len)

Parameters

Name Type Description
io BlockAwareBin The delegate I/O adapter
blockOff int The block offset address into the I/O adapter that maps to the start index (0) of this window
len int The size of this window in bytes

Return Value

Type Description
void