pub trait Decompressor: Read + Seek { // Required method fn get_uncompressed_length(&mut self) -> Result<u64>; }