binary-strict-0.4.8.6: Binary deserialisation using strict ByteStrings

Safe HaskellNone
LanguageHaskell2010

Data.Binary.Strict.Util

Synopsis

Documentation

hexDumpString :: ByteString -> ByteString Source #

Convert a strict ByteString to a lazy Char8 ByteString, where the format is the same as running hexdump -C on it.

hexDump :: ByteString -> IO () Source #

Performs the same operation as hexDumpString, but also writes it to stdout