DirectoryObjectType

General

DirectoryObjectType is an enumeration identifying the object type byte of a CFB directory entry. The CFB specification stores a single byte at offset 66 of each 128-byte entry record to indicate whether the entry is a storage container, a data stream, the root storage, or unallocated. Use the enum constants instead of raw byte literals when inspecting CfbWriter.ObjectType or building directory entries programmatically.

DirectoryObjectType és una enumeració que identifica el byte de tipus d’objecte d’una entrada del directori CFB. La especificació CF B emmagatzemà un sol byde a l’offset 66 de cada registre d'entrada de 128 bits per indicar si la entrada és un contenidor d\’emmagatzematge, un flux de dades, l'emmagatzema root o no assignada. Utilitza les constants enom en lloc dels literals dʼbyte brut quan inspecciona ゚CfbWriter.ObjectType` o construeix entrades del director programàticament.

Tipus de base: byte.

Membres

NameDescription
UnknownOrUnallocatedUnallocated or unused directory entry (object-type byte 0x00).
StorageObjectStorage container entry, analogous to a directory (object-type byte 0x01).
StreamObjectData stream entry, analogous to a file (object-type byte 0x02).
RootStorageObjectStorage container entry, analogous to a directory (object-type byte 0x01).

Veure també

 Català