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

Unified Diff: runtime/bin/output_stream.dart

Issue 8916003: Update comments for streams (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« runtime/bin/input_stream.dart ('K') | « runtime/bin/input_stream.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/output_stream.dart
diff --git a/runtime/bin/output_stream.dart b/runtime/bin/output_stream.dart
index 9385c5479ef1060c6b4e49f7d21b2045698ae791..a973b03f34f78a1a61526e21f414f8ca1c6c46fa 100644
--- a/runtime/bin/output_stream.dart
+++ b/runtime/bin/output_stream.dart
@@ -3,10 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
/**
- * Output is written to a given output stream. Such an output stream can
- * be an endpoint, e.g., a socket or a file, or another output stream.
- * Multiple output streams can be chained together to operate collaboratively
- * on a given output.
+ * Output streams are used to write data sequentially to a data
+ * destination e.g. a connected socket or an open file.
*
* An output stream provides internal buffering of the data written
* through all calls to [write] and [writeFrom] if data cannot be
« runtime/bin/input_stream.dart ('K') | « runtime/bin/input_stream.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698