[Haskell-cafe] Data.Conduit.Binary question

Michael Litchard michael at schmong.org
Sat Sep 3 17:37:06 UTC 2016


I'd like to use conduits to (1) read a binary file in chunks
                   (2) take an md5 of that chunk (3) write the chunk to a
file
                   (4) write md5 to file. I'm looking at
Data.Conduit.Binary.
                   Do I want sourceFileRange for (1)?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160903/305077bd/attachment.html>


More information about the Haskell-Cafe mailing list