summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-09-01 15:52:47 +0000
committerPaul Phillips <paulp@improving.org>2009-09-01 15:52:47 +0000
commit0ef9dbcef0a6a77388dd5bce78282b7892192019 (patch)
tree39b16541086fdf300a56a84835ef6cb6296f5df7 /src/dotnet-library
parent6da528df440dd72742f9e0b6773a2b79dc07d5b2 (diff)
downloadscala-0ef9dbcef0a6a77388dd5bce78282b7892192019.tar.gz
scala-0ef9dbcef0a6a77388dd5bce78282b7892192019.tar.bz2
scala-0ef9dbcef0a6a77388dd5bce78282b7892192019.zip
Factored the InputStream-based implementations ...
Factored the InputStream-based implementations out of File into scala.io.Streamable, where they will eventually be reused by Source.
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/io/Streamable.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/io/Streamable.scala b/src/dotnet-library/scala/io/Streamable.scala
new file mode 100644
index 0000000000..ff90ea3bbb
--- /dev/null
+++ b/src/dotnet-library/scala/io/Streamable.scala
@@ -0,0 +1 @@
+/* Streamable.scala does not exist for the dotnet target */ \ No newline at end of file