Safe Haskell | None |
---|
- 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
data BinaryDecodeException Source
Basic decoder exception