BigFileSorter Class |
Namespace: FileHelpers
The BigFileSorter type exposes the following members.
| Name | Description | |
|---|---|---|
| BigFileSorter |
Create a big file sorter with the minimum buffer size
| |
| BigFileSorter(ComparisonString) |
Create a big file sorter using comparison operator
| |
| BigFileSorter(Int32) |
Create a big file sorter using the block size
| |
| BigFileSorter(Encoding) |
Create a big file sorter using and encoding
| |
| BigFileSorter(ComparisonString, Int32) |
Create a big file sorter with a comparison operator and block size
| |
| BigFileSorter(ComparisonString, Encoding, Int32) |
Create a bug file sorter
|
| Name | Description | |
|---|---|---|
| BlockFileSizeInBytes |
The Size of each block that will be sorted in memory which are
later merged together
(Inherited from BigFileSorterT.) | |
| DeleteTempFiles |
Indicates if the temporary files will be deleted (True by default)
(Inherited from BigFileSorterT.) | |
| Encoding | The Encoding used to read and write the files (Inherited from BigFileSorterT.) | |
| RunGcCollectForEachPart | Indicates if the Sorter run a GC.Collect() after sort and write each part. Default is true. (Inherited from BigFileSorterT.) | |
| TempDirectory |
The directory for the temp files (by the default the same directory
as sourceFile)
(Inherited from BigFileSorterT.) |
| Name | Description | |
|---|---|---|
| Sort |
Sort a file from one filename to another filename
(Inherited from BigFileSorterT.) |