ZipWriter

laika.render.epub.ZipWriter$
object ZipWriter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZipWriter.type

Members list

Value members

Concrete methods

def zipEPUB[F[_] : Async](inputs: Seq[BinaryInput[F]], output: BinaryOutput[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.

Attributes