Click or drag to resize

IndexedQuicksortSortT(RecordIndexEntry, Byte, IRawComparerT) Method

Sorts the specified indexed data.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static void Sort<T>(
	RecordIndexEntry[] index,
	byte[] buffer,
	IRawComparer<T> comparer
)

Parameters

index  RecordIndexEntry
The index.
buffer  Byte
The buffer containing the data.
comparer  IRawComparerT
The IRawComparerT for the records in the buffer.

Type Parameters

T
The type of the records in the buffer.
See Also