Struct lopdf::Stream [] [src]

pub struct Stream {
    pub dict: Dictionary,
    pub content: Vec<u8>,
}

Stream Object.

Fields

Methods

impl Stream
[src]

impl Stream
[src]

Decode content after decoding all stream filters.

Trait Implementations

impl Debug for Stream
[src]

Formats the value using the given formatter.

impl Clone for Stream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more