ZipWriter

object ZipWriter
class Object
trait Matchable
class Any

Value members

Concrete methods

def zipEPUB[F[_]](inputFs: Seq[BinaryInput[F]], output: BinaryOutput[F])(implicit evidence$1: Sync[F]): F[Unit]

Writes an EPUB Zip file to the specified output. The virtual path of the given inputs will also become the path within the Zip container. The implementation follows the EPUB specification in that the first file (called mimeType) is written uncompressed. Hence this is not a generic zip utility as the method name suggests.

Writes an EPUB Zip file to the specified output. The virtual path of the given inputs will also become the path within the Zip container. The implementation follows the EPUB specification in that the first file (called mimeType) is written uncompressed. Hence this is not a generic zip utility as the method name suggests.