Click or drag to resize

BigFileSorter Constructor (Int32)

Create a big file sorter using the block size

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public BigFileSorter(
	int blockFileSizeInBytes
)

Parameters

blockFileSizeInBytes
Type: SystemInt32
Block size to work on
See Also