Returns the number of currently buffered bytes.
impl<R, H> BufReader<R, H> where H: Allocator, R: Read, { fn available(&self) -> usize }