binary-strict-0.3.0: Binary deserialisation using strict ByteStringsContentsIndex
Data.Binary.Strict.Util
Synopsis
hexDumpString :: ByteString -> ByteString
hexDump :: ByteString -> IO ()
Documentation
hexDumpString :: ByteString -> ByteString
Convert a strict ByteString to a lazy Char8 ByteString, where the format is the same as running hexdump -C on it.
hexDump :: ByteString -> IO ()
Performs the same operation as hexDumpString, but also writes it to stdout
Produced by Haddock version 0.8