dart-sdk/sdk/lib/io
sgjesse@google.com f01310ef85 Add argument check to Directory and Link constructors
These matches the argument check in the File constructor.

Minor refactoring of final fields in File and Directory implementations.

BUG=http://dartbug.com/11976

R=whesse@google.com

Review URL: https://codereview.chromium.org//21520002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25705 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-01 11:32:19 +00:00
..
bytes_builder.dart Fix typo in BytesBuilder.add. 2013-07-12 11:41:00 +00:00
common.dart Make writes consistent across socket and file synchronous/asynchronus writes in terms of truncation semantics (reports an argument error if the list element contains a non byte value). 2013-06-29 18:19:33 +00:00
crypto.dart Fix use of HashException in dart:io 2013-05-28 13:05:55 +00:00
data_transformer.dart Actually end a ZLib stream with a Z_FINISH marker. 2013-05-17 06:28:30 +00:00
directory.dart Deprecate Path. 2013-07-04 11:38:45 +00:00
directory_impl.dart Add argument check to Directory and Link constructors 2013-08-01 11:32:19 +00:00
eventhandler.dart Switch libraries to using new tags. 2012-12-18 21:31:34 +00:00
file.dart Deprecate Path. 2013-07-04 11:38:45 +00:00
file_impl.dart Add argument check to Directory and Link constructors 2013-08-01 11:32:19 +00:00
file_system_entity.dart Add FileException.path and clean up file exceptions. 2013-06-27 16:42:32 +00:00
http.dart Improve the HttpClient documentation 2013-08-01 09:26:30 +00:00
http_date.dart Remove _HttpUtils from dart:io. 2013-07-05 09:51:39 +00:00
http_headers.dart Fix checked mode issue in previous commit 2013-07-31 14:23:12 +00:00
http_impl.dart Add 'deadline' to HttpResponse, making it possible to give a max duration for the liveness of the response. 2013-07-24 12:45:05 +00:00
http_parser.dart Improve parser speed by avoiding null as integer values. 2013-06-18 11:22:57 +00:00
http_session.dart Add missing addAll in some Map implementations 2013-06-13 09:48:59 +00:00
io.dart Move MimeMultipartTransformer and HttpBodyHandler to mime and http_server packages. 2013-07-15 08:40:36 +00:00
io_sink.dart Don't throw exceptions when adding to a IOSink(StreamSink) after close. 2013-07-23 10:37:47 +00:00
iolib_sources.gypi Move MimeMultipartTransformer and HttpBodyHandler to mime and http_server packages. 2013-07-15 08:40:36 +00:00
link.dart Add argument check to Directory and Link constructors 2013-08-01 11:32:19 +00:00
options.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
path.dart Rename "pathos" package to "path". 2013-07-12 17:54:48 +00:00
path_impl.dart dart:io | The empty path should return "." for its toNativePath value. 2013-03-15 10:43:55 +00:00
platform.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
platform_impl.dart Move getters from Options to Platform 2013-06-25 12:56:23 +00:00
process.dart Fix spelling error in documentation for Process.pid 2013-07-23 10:01:57 +00:00
secure_server_socket.dart dart:io | Ensure that close() returns a Future<this> on all (Raw)?(Secure)?(Server)?Socket classes and implementations. 2013-07-26 13:45:50 +00:00
secure_socket.dart Add SecureSocket.addCertificate. 2013-07-30 10:01:07 +00:00
socket.dart dart:io | Ensure that close() returns a Future<this> on all (Raw)?(Secure)?(Server)?Socket classes and implementations. 2013-07-26 13:45:50 +00:00
stdio.dart Fix readLineSync to work in checked mode. 2013-07-29 09:54:08 +00:00
string_transformer.dart Clean up dart:io warnings/errors found by analyzer tests. 2013-07-04 08:17:43 +00:00
timer_impl.dart Add isActive field on Timer. 2013-07-02 12:01:11 +00:00
websocket.dart Revert 25425 and disable web_socket_ping_test on simulators for now. 2013-07-24 17:30:52 +00:00
websocket_impl.dart Don't report errors when sending ping/pong messages. 2013-07-31 08:39:14 +00:00