summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-06-23 22:27:58 +0000
committerPaul Phillips <paulp@improving.org>2009-06-23 22:27:58 +0000
commit6060a2984382ae52374c8a656af29fe88ef1d359 (patch)
tree5dece78d08abd3bb2586f83192593c4597567451 /src/dotnet-library
parentef06def0f01448422467aaef92d8fab95da93c54 (diff)
downloadscala-6060a2984382ae52374c8a656af29fe88ef1d359.tar.gz
scala-6060a2984382ae52374c8a656af29fe88ef1d359.tar.bz2
scala-6060a2984382ae52374c8a656af29fe88ef1d359.zip
Some incremental steps on overhauling IO.
scala.io.Codec for encapsulating charset encoding/decoding info, and then uses that class as the world's first default/implicit parameter: see BufferedSource.fromInputStream.
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/io/Codec.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/io/Codec.scala b/src/dotnet-library/scala/io/Codec.scala
new file mode 100644
index 0000000000..e291d7a90d
--- /dev/null
+++ b/src/dotnet-library/scala/io/Codec.scala
@@ -0,0 +1 @@
+/* Codec.scala does not exist for the dotnet target */ \ No newline at end of file