| |||||||||
| |||||||||
Description | |||||||||
Implementation based on the specification found at http://yence.sourceforge.net/docs/protocol/version1_3_draft.html. Further documentation and information can be found at http://www.haskell.org/haskellwiki/Library/Data_encoding. | |||||||||
Synopsis | |||||||||
| |||||||||
Documentation | |||||||||
encode :: [Word8] -> [Word8] | |||||||||
Encode data. | |||||||||
decode :: [Word8] -> Maybe [Word8] | |||||||||
Decode data (strict). | |||||||||
decode' :: [Word8] -> [Maybe Word8] | |||||||||
Decode data (lazy). | |||||||||
chop | |||||||||
| |||||||||
unchop :: [[Word8]] -> [Word8] | |||||||||
Concatenate the strings into one long string. | |||||||||
Produced by Haddock version 2.6.0 |