Returns the total buffer capacity.
impl<R, H> BufReader<R, H> where H: Allocator, R: Read, { fn capacity(&self) -> usize }