C# Класс SIL.FieldWorks.FDO.Infrastructure.Impl.BigDataSorter

This class does the actual sorting for SortEntireFile. It is pulled out in this way for testing.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
WriteCurrentSorterToFile ( ) : void

Описание методов

Add() публичный метод

public Add ( string key, byte data ) : void
key string
data byte
Результат void

BigDataSorter() публичный метод

public BigDataSorter ( ) : System
Результат System

WriteResults() публичный метод

Write out the results. Also deletes the temp files; may only be called once.
public WriteResults ( Action writer ) : void
writer Action
Результат void