softwaremill / ox

Safe direct-style concurrency and resiliency for Scala on the JVM

Home Page:https://ox.softwaremill.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Source.fromFile and source.toFile

kciesielski opened this issue · comments

  1. The source.toFile should work for Source[Chunk[Byte]] and Source[String].
  2. Add Source.toOutputStream as well