Click or drag to resize

BigFileSorterT Constructor (Int32)

Sort a large file

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

Parameters

blockFileSizeInBytes
Type: SystemInt32
block size for sort to work on
See Also