CompoundFile.Reader.FileEntry (compound_file v0.1.0)

View Source

Represents a file entry in a Microsoft Compound File Binary Format (CFBF) document.

This module is used by CompoundFile.Reader to represent files within the compound file.

Summary

Types

t()

@type t() :: %CompoundFile.Reader.FileEntry{
  clsid: String.t(),
  creation_time: DateTime.t() | nil,
  mini_stream_sector: non_neg_integer() | nil,
  modified_time: DateTime.t() | nil,
  path: String.t(),
  size: non_neg_integer(),
  start_sector: non_neg_integer()
}