Method lrs::io::BufReader::available

Returns the number of currently buffered bytes.

Syntax

impl<R, H> BufReader<R, H>
    where H: Allocator,
          R: Read,
{
    fn available(&self) -> usize
}