Struct cfb::Entry [] [src]

pub struct Entry { /* fields omitted */ }

Metadata about a single object (storage or stream) in a compound file.

Methods

impl Entry
[src]

Returns the name of the object that this entry represents.

Returns the full path to the object that this entry represents.

Returns whether this entry is for a stream object (i.e. a "file" within the compound file).

Returns whether this entry is for a storage object (i.e. a "directory" within the compound file), either the root or a nested storage.

Returns whether this entry is specifically for the root storage object of the compound file.

Returns the size, in bytes, of the stream that this metadata is for.

Returns the CLSID (that is, the object class GUID) for this object. This will always be all zeros for stream objects.

Returns the user-defined bitflags set for this object.

Returns the time when the object that this entry represents was created.

Returns the time when the object that this entry represents was last modified.

Trait Implementations

impl Clone for Entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more