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

Unified Diff: runtime/bin/file.dart

Issue 8413034: New OutputStream interface (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | runtime/bin/file_impl.dart » ('j') | runtime/bin/socket_stream.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file.dart
diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart
index 50fc5f8f3e079504448d7a9f2cab9c5c0cebe57b..7c91229fa6ceea8e0b22adf917b10c2e8c00e07b 100644
--- a/runtime/bin/file.dart
+++ b/runtime/bin/file.dart
@@ -191,7 +191,6 @@ interface FileInputStream extends InputStream {
interface FileOutputStream extends OutputStream {
- void close();
}
@@ -200,3 +199,4 @@ class FileIOException implements Exception {
String toString() => "FileIOException: $message";
final String message;
}
+
« no previous file with comments | « no previous file | runtime/bin/file_impl.dart » ('j') | runtime/bin/socket_stream.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698