AsFooConverter
Examples for creating Output/Input/ReadChars/WriteChars/etc using the asFooConverter pattern
As Write Chars
Convert to WriteChars
import scalax.io.Codec
import scalax.io.WriteChars._
new java.io.File("io").asBinaryWriteChars(Codec.UTF8).write("This is a message in UTF8")
new StringWriter().asWriteChars