Represents a PDF stream composed of a dictionary and binary data.
@type t() :: %PaperForge.Stream{data: iodata(), dictionary: map()}
@spec new(iodata()) :: t()
@spec new(map(), iodata()) :: t()