AsFooConverter

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

As Read Chars

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

    val lines:Traversable[String] = new java.io.File("io").asBinaryReadChars(Codec.UTF8).lines()
    val webpage:String = new java.io.StringReader("hello").asReadChars.slurpString