Struct flac::ByteStream [] [src]

pub struct ByteStream<'a> { /* fields omitted */ }

Structure that hold a slice of bytes.

Methods

impl<'a> ByteStream<'a>
[src]

Construct a ByteStream based on the passed in byte slice.

Return the number of bytes that haven't been consumed yet.

Return true if the stream contains no more bytes.

Trait Implementations

impl<'a> StreamProducer for ByteStream<'a>
[src]