BigFileSorterT Constructor (Encoding, Int32) |
Large file sorter
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic BigFileSorter(
Encoding encoding,
int blockFileSizeInBytes
)
Public Sub New (
encoding As Encoding,
blockFileSizeInBytes As Integer
)
Parameters
- encoding
- Type: System.TextEncoding
Encoding of the file - blockFileSizeInBytes
- Type: SystemInt32
Size of the blocks in bytes
See Also