More Input

One of the core IO classes is called Input

Copy Data

copyData can be used to copy data from one Input object to another Output object as efficiently as possible.
    import scalax.io._
    import Resource._

    fromFileString("in") copyData fromFileString("out")