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

Side by Side Diff: sdk/lib/io/io.dart

Issue 3001963002: [dart:io] Namespaces for file IO (Closed)
Patch Set: Fuchsia fix Created 3 years, 3 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 unified diff | Download patch
« no previous file with comments | « sdk/lib/io/file_system_entity.dart ('k') | sdk/lib/io/io_sources.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * File, socket, HTTP, and other I/O support for server applications. 6 * File, socket, HTTP, and other I/O support for server applications.
7 * 7 *
8 * The I/O library is used for Dart server applications, 8 * The I/O library is used for Dart server applications,
9 * which run on a stand-alone Dart VM from the command line. 9 * which run on a stand-alone Dart VM from the command line.
10 * *This library does not work in browser-based applications.* 10 * *This library does not work in browser-based applications.*
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 part 'http.dart'; 217 part 'http.dart';
218 part 'http_date.dart'; 218 part 'http_date.dart';
219 part 'http_headers.dart'; 219 part 'http_headers.dart';
220 part 'http_impl.dart'; 220 part 'http_impl.dart';
221 part 'http_parser.dart'; 221 part 'http_parser.dart';
222 part 'http_session.dart'; 222 part 'http_session.dart';
223 part 'io_resource_info.dart'; 223 part 'io_resource_info.dart';
224 part 'io_sink.dart'; 224 part 'io_sink.dart';
225 part 'io_service.dart'; 225 part 'io_service.dart';
226 part 'link.dart'; 226 part 'link.dart';
227 part 'namespace_impl.dart';
227 part 'platform.dart'; 228 part 'platform.dart';
228 part 'platform_impl.dart'; 229 part 'platform_impl.dart';
229 part 'process.dart'; 230 part 'process.dart';
230 part 'secure_server_socket.dart'; 231 part 'secure_server_socket.dart';
231 part 'secure_socket.dart'; 232 part 'secure_socket.dart';
232 part 'security_context.dart'; 233 part 'security_context.dart';
233 part 'service_object.dart'; 234 part 'service_object.dart';
234 part 'socket.dart'; 235 part 'socket.dart';
235 part 'stdio.dart'; 236 part 'stdio.dart';
236 part 'string_transformer.dart'; 237 part 'string_transformer.dart';
237 part 'sync_socket.dart'; 238 part 'sync_socket.dart';
238 part 'websocket.dart'; 239 part 'websocket.dart';
239 part 'websocket_impl.dart'; 240 part 'websocket_impl.dart';
OLDNEW
« no previous file with comments | « sdk/lib/io/file_system_entity.dart ('k') | sdk/lib/io/io_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698