Add snappy compression
This commit is contained in:
parent
4564e18b32
commit
2914dc5cc8
3 changed files with 27 additions and 2 deletions
|
@ -82,6 +82,8 @@ const (
|
|||
CompLZMA2
|
||||
// BZIP2 compression
|
||||
CompBZIP2
|
||||
// Snappy compression
|
||||
CompSnappy
|
||||
)
|
||||
|
||||
// Encryption types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue