pub trait SnappyRead: BufRead { // Required method fn available(&self) -> Result<u64>; }
Returns the total number of bytes left to be read.