Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: runtime/bin/socket.dart

Issue 8318009: Update the streams interfaces (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Starting implementation Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/socket.dart
diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart
index 78fffc95bb3eafb7af546387efd8fabf510c6a0e..56cb21ca15e09535bb47eba0ed88efca91513dac 100644
--- a/runtime/bin/socket.dart
+++ b/runtime/bin/socket.dart
@@ -100,6 +100,11 @@ interface Socket factory _Socket {
InputStream get inputStream();
/*
+ * Returns input stream to the socket.
+ */
+ InputStream2 get inputStream2();
+
+ /*
* Returns output stream of the socket.
*/
OutputStream get outputStream();

Powered by Google App Engine
This is Rietveld 408576698