Skip to content

phile314/zip-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zip-stream

A simple zip streaming library for scalaz-stream. Especially useful for creating zip files on demand, e.g. large HTTP downloads. The design is inspired by the Haskell zip-stream library.

How to use

The library takes a Process[M, ZipEntry[M]] as input and produces a Process[M, ByteVector].

For a small example, see src/test/scala/ch/fhnw/scala/zip/Main.scala.

About

Streaming Zip library for scalaz-stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages