Safe Haskell | None |
---|---|
Language | Haskell2010 |
Archive.Tar
Documentation
type Error = FormatError Source #
writeArchiveBytes :: [Entry] -> ByteString Source #
unpackToDir :: FilePath -> ByteString -> IO () Source #
readArchiveBytes :: ByteString -> Either Error [Entry] Source #