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.
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
WriteCurrentSorterToFile ( ) : void

Method Details

Add() public méthode

public Add ( string key, byte data ) : void
key string
data byte
Résultat void

BigDataSorter() public méthode

public BigDataSorter ( ) : System
Résultat System

WriteResults() public méthode

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