| License | Apache 2.0 |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Codec.Compression.Hopfli
Description
Copyright : (c) 2014 Anantha Kumaran Stability : experimental Portability : unknown
Documentation
data CompressOptions #
Constructors
| CompressOptions | |
Fields
| |
data VerboseLevel #
Constructors
| NONE | |
| VERBOSE | |
| VERY_VERBOSE |
Instances
| Eq VerboseLevel # | |
Defined in Codec.Compression.Hopfli | |
| Show VerboseLevel # | |
Defined in Codec.Compression.Hopfli Methods showsPrec :: Int -> VerboseLevel -> ShowS # show :: VerboseLevel -> String # showList :: [VerboseLevel] -> ShowS # | |
compressWith :: CompressOptions -> Format -> ByteString -> ByteString #
compress :: ByteString -> ByteString #
defaultFormat :: Format #