BinaryOutput

case class BinaryOutput[F[_]](path: Path, resource: Resource[F, OutputStream], targetFile: Option[File])

A resource for binary output.

Most renderers write character data, but formats like PDF or EPUB require a binary stream to write to.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product