CompoundFile.Writer.Object (compound_file v0.1.0)

View Source

Represents a storage or stream object in a Microsoft Compound File Binary Format (CFBF) document.

Create a new object with CompoundFile.Writer.add_stream/4 or CompoundFile.Writer.add_storage/3.

Summary

Types

t()

@type t() :: %CompoundFile.Writer.Object{
  id: pos_integer(),
  name: String.t(),
  parent: non_neg_integer(),
  size: pos_integer(),
  start_sector: pos_integer(),
  storage?: boolean()
}