PaperForge.Stream (paper_forge v0.1.0)

Copy Markdown View Source

Represents a PDF stream composed of a dictionary and binary data.

Summary

Types

t()

@type t() :: %PaperForge.Stream{data: iodata(), dictionary: map()}

Functions

new(data)

@spec new(iodata()) :: t()

new(dictionary, data)

@spec new(map(), iodata()) :: t()