Method | Description | |
---|---|---|
Compare ( string filePath1, string filePath2 ) : int | ||
OrderIgnoredCompare ( string filePath1, string filePath2, int bufferSize ) : int | ||
Sort ( string inputFilePath, string outputFilePath, int bufferSize ) : void |
public static Compare ( string filePath1, string filePath2 ) : int | ||
filePath1 | string | |
filePath2 | string | |
return | int |
public static OrderIgnoredCompare ( string filePath1, string filePath2, int bufferSize ) : int | ||
filePath1 | string | |
filePath2 | string | |
bufferSize | int | |
return | int |
public static Sort ( string inputFilePath, string outputFilePath, int bufferSize ) : void | ||
inputFilePath | string | |
outputFilePath | string | |
bufferSize | int | |
return | void |