Merge branch 'master' of git://github.com/efyang/zip-rs into efyang-master
This commit is contained in:
commit
1d2b43b2c0
1 changed files with 4 additions and 0 deletions
|
@ -338,6 +338,10 @@ impl<'a> ZipFile<'a> {
|
|||
_ => None,
|
||||
}
|
||||
}
|
||||
/// Get the CRC32 hash of the original file
|
||||
pub fn crc32(&self) -> u32 {
|
||||
self.data.crc32
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> Read for ZipFile<'a> {
|
||||
|
|
Loading…
Add table
Reference in a new issue