BigFileSorterT Class |
Namespace: FileHelpers
The BigFileSorterT type exposes the following members.
Name | Description | |
---|---|---|
![]() | BigFileSorterT |
Sort big files using the External Sorting algorithm
|
![]() | BigFileSorterT(Int32) |
Sort a large file
|
![]() | BigFileSorterT(Encoding) |
Large file sorter
|
![]() | BigFileSorterT(Encoding, Int32) |
Large file sorter
|
Name | Description | |
---|---|---|
![]() | BlockFileSizeInBytes |
The Size of each block that will be sorted in memory which are
later merged together
|
![]() | DeleteTempFiles |
Indicates if the temporary files will be deleted (True by default)
|
![]() | Encoding | The Encoding used to read and write the files |
![]() | RunGcCollectForEachPart | Indicates if the Sorter run a GC.Collect() after sort and write each part. Default is true. |
![]() | TempDirectory |
The directory for the temp files (by the default the same directory
as sourceFile)
|