| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Pdf.Toolbox.Core.Stream.Filter.Type
Description
Stream filter
- data StreamFilter = StreamFilter {
- filterName :: Name
- filterDecode :: Maybe Dict -> IS -> IO IS
- data DecodeException = DecodeException SomeException
Documentation
data StreamFilter #
Stream filter
Constructors
| StreamFilter | |
Fields
| |
data DecodeException #
Exception that should be thrown by the decoder in case of any error User code could catch it when reading from decoded stream content
Constructors
| DecodeException SomeException |
Instances