Safe Haskell | None |
---|
Data.Conduit.Decoder
- conduitDecoder :: MonadThrow m => Get a -> Conduit ByteString m a
- data BinaryDecodeException = BinaryDecodeException String
Documentation
conduitDecoder :: MonadThrow m => Get a -> Conduit ByteString m aSource
Incrementally reads ByteStrings and builds from supplied Get monad. Will throw an exception if there was an error parsing