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

Unified Diff: runtime/bin/file.dart

Issue 8933029: Add pipe to input stream (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update comment 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
Index: runtime/bin/file.dart
diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart
index 690c3a26b2e700a90ed58e9214f0e16e83d3c308..18372678a312dca10100b1ae829e911956c8f161 100644
--- a/runtime/bin/file.dart
+++ b/runtime/bin/file.dart
@@ -221,8 +221,7 @@ interface RandomAccessFile {
void length();
/**
- * Get the length of the file. When the operation completes the
- * [lengthHandler] is called with the length.
+ * Synchronously get the length of the file.
Mads Ager (google) 2011/12/14 13:49:11 Thank you!
*/
int lengthSync();

Powered by Google App Engine
This is Rietveld 408576698