streamly-archive-0.0.2: Stream data from archives using the streamly library.
Safe HaskellNone
LanguageHaskell2010

Streamly.External.Archive

Contents

Synopsis

Read

readArchive :: MonadIO m => FilePath -> Unfold m Void (Either Header ByteString) Source #

Creates an unfold with which we can stream data out of the given archive.

Header

data Header Source #

Header information for an entry in the archive.