Click or drag to resize

IndexedQuicksort.Sort<T> Method (RecordIndexEntry[],Byte[], IRawComparer<T>)

Sorts the specified indexed data.

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

Parameters

index
Type:Ookii.Jumbo.IO.RecordIndexEntry[]
The index.
buffer
Type:System.Byte[]
The buffer containing the data.
comparer
Type: Ookii.Jumbo.IO.IRawComparer<T>
The IRawComparer<T> for the records in the buffer.

Type Parameters

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