Struct resol_vbus::BlobReader [] [src]

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

A buffering reader.

Methods

impl<R: Read> BlobReader<R>
[src]

Constructs a new BlobReader<T>.

Reads additional data to the internal buffer.

Consume the given amount of data from the internal buffer.

Returns the byte slice of the internal buffer.

Trait Implementations

impl<R: Debug + Read> Debug for BlobReader<R>
[src]

Formats the value using the given formatter.