C# 클래스 SIL.FieldWorks.FDO.Infrastructure.Impl.BigDataSorter

This class does the actual sorting for SortEntireFile. It is pulled out in this way for testing.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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