OLEKit Documentation

Structure Directory​Entry

public struct DirectoryEntry: Equatable  

OLE2 Directory Entry pointing to a stream or a storage.

%3 DirectoryEntry DirectoryEntry Equatable Equatable DirectoryEntry->Equatable

Conforms To

Equatable

Properties

name

public let name: String

type

public let type: StorageType

first​Stream​Sector

public let firstStreamSector: UInt32

stream​Size

public let streamSize: UInt64

children

public let children: [DirectoryEntry]