CompoundFile.Writer.Document (compound_file v0.1.0)

View Source

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

Create a new document with CompoundFile.Writer.new/0, and add stream and storage objects using the CompoundFile.Writer module.

Summary

Types

t()

@type t() :: %CompoundFile.Writer.Document{
  fat: [integer()],
  mini_fat: [integer()],
  mini_stream: binary(),
  objects: [CompoundFile.Writer.Object.t()],
  sectors: binary()
}