Click or drag to resize

IndexedQuicksortSortT Method (RecordIndexEntry, Byte, IRawComparerT, Int32, Int32)

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,
	int offset,
	int count
)

Parameters

index
Type: Ookii.Jumbo.IORecordIndexEntry
The index.
buffer
Type: SystemByte
The buffer containing the data.
comparer
Type: Ookii.Jumbo.IOIRawComparerT
The IRawComparerT for the records in the buffer.
offset
Type: SystemInt32
The offset into index of the first item to sort.
count
Type: SystemInt32
The number of items in index starting at offset to sort.

Type Parameters

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