C# Class SIL.FieldWorks.FDO.Infrastructure.Impl.BigDataSorter

This class does the actual sorting for SortEntireFile. It is pulled out in this way for testing.
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Add ( string key, byte data ) : void
BigDataSorter ( ) : System
WriteResults ( Action writer ) : void

Write out the results. Also deletes the temp files; may only be called once.

Private Methods

Method Description
WriteCurrentSorterToFile ( ) : void

Method Details

Add() public method

public Add ( string key, byte data ) : void
key string
data byte
return void

BigDataSorter() public method

public BigDataSorter ( ) : System
return System

WriteResults() public method

Write out the results. Also deletes the temp files; may only be called once.
public WriteResults ( Action writer ) : void
writer Action
return void