Click or drag to resize

BigFileSorterT Constructor (Encoding, Int32)

Large file sorter

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

Parameters

encoding
Type: System.TextEncoding
Encoding of the file
blockFileSizeInBytes
Type: SystemInt32
Size of the blocks in bytes
See Also