Struct flac::ReadStream [] [src]

pub struct ReadStream<R: Read> { /* fields omitted */ }

Structure that hold a reader for a source of bytes.

Methods

impl<R> ReadStream<R> where
    R: Read
[src]

Constructor for ReadStream based on a Read source.

Trait Implementations

impl<R> StreamProducer for ReadStream<R> where
    R: Read
[src]