BigFileSorterT Constructor (Int32) |
Sort a large file
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 for sort to work on
See Also