AsFooConverter

Examples for creating Output/Input/ReadChars/WriteChars/etc using the asFooConverter pattern

As Output

Convert to Output
    import scalax.io.Codec
    import scalax.io.Output._

    implicit val codec = Codec.UTF8

    new java.io.File("io").asOutput.write("hi file")