DirectoryEntryNameComparer

DirectoryEntryNameComparer

General

DirectoryEntryNameComparer implements IComparer<string> for CFB directory entry names using the UTF-16LE, case-insensitive comparison algorithm defined in MS-CFB §2.6.4. Use it to locate children in the red-black tree of a CFB storage, or when building a sorted directory manually before passing it to CfbWriter. The Compare method returns a negative, zero, or positive integer following the standard IComparer contract.

DirectoryEntryNameComparer⌒ implementa ゚IComparer<string> per noms d’entrada de directori CFB utilitzant l’UTF-16LE, un algoritme de comparació sense sensibilitat a les cases definit en MS-CFB §2.6.4. Utilitzar-lo per localitzar els fills en l"arbre vermell i negre d’“un emmagatzematge CF B”, o quan es construeix manualment un directorial ordenat abans de passar-ho a ヽCfbWriter. El mètode ̋Compare retorna un entitat negatiu, zero o positiu seguint el contracte estàndard ゙IComparer.`

Mètodes

SignatureDescription
Compare(left: string, right: string)Compares two CFB directory entry names using UTF-16LE, case-insensitive collation per MS-CFB §2.6.4.

Veure també

 Català