BigFileSorter Constructor (Int32) |
Create a big file sorter using the block size
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic BigFileSorter(
int blockFileSizeInBytes
)
Public Sub New (
blockFileSizeInBytes As Integer
)
Parameters
- blockFileSizeInBytes
- Type: SystemInt32
Block size to work on
See Also