DirectoryEntry
General
DirectoryEntry represents a single 128-byte directory entry record parsed from the CFB directory sector by CfbReader. Iterate the raw entries via CfbReader.DirectoryEntries. Call IsStorage(), IsStream(), or IsRoot() to determine the entry type without inspecting the raw object-type byte. Use the companion DirectoryObjectType enum for explicit type comparisons. Access the full list of entries via CfbReader.DirectoryEntries.
DirectoryEntry⌒ representa un únic registre d'entrada de directori de 128 bits analitzat des del sector de l'director CFB per ゚CfbReaderヽ. Iterar les entrades brutes a través de ゙CfbReader.DirectoryEntries. Crida ̋IsStorage() ∂, o Ť{PLACHE HOLEDER 06) ▽ {\displaystyle \mathbb {\mathb {\mathbh }6}} per determinar el tipus dentrada sense inspeccionar el byte de tipus object brut. Utilitza la col·lecció ≪PLOCHAHE HOLDER_7』 enum per comparar tipografies explícites. Accedeix a la llista completa d'entries a partir de la pàgina ≫CfbReader.DirectoryEntries}}
Mètodes
| Signature | Description |
|---|---|
IsStorage() | Returns true if this entry’s object-type byte is StorageObject (0x01). |
IsStream() | Returns true if this entry’s object-type byte is StreamObject (0x02). |
IsRoot() | Returns true if this entry’s object-type byte is RootStorageObject (0x05). |