This class can be used to quickly search for sorted data in large files using the binary search algorithm. It can search for a given identifier in a file that has lines that contain only the identifier and a value separated by a tab character. The class uses the binary search algorithm to quickly narrow the search for a given identifier even when the files are very large.