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

Issue 15547003: Add 'start' and 'end' optional arguments to File.openRead(). This makes it possible to stream a sub… (Closed)

Created:
7 years, 7 months ago by Anders Johnsen
Modified:
7 years, 7 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add 'start' and 'end' optional arguments to File.openRead(). This makes it possible to stream a sub-range of a file. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=22922

Patch Set 1 #

Total comments: 10

Patch Set 2 : aFix comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -8 lines) Patch
M sdk/lib/io/file.dart View 1 1 chunk +8 lines, -3 lines 0 comments Download
M sdk/lib/io/file_impl.dart View 5 chunks +21 lines, -5 lines 0 comments Download
M tests/standalone/io/file_input_stream_test.dart View 1 2 chunks +56 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
7 years, 7 months ago (2013-05-21 08:38:33 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/15547003/diff/1/sdk/lib/io/file.dart File sdk/lib/io/file.dart (right): https://codereview.chromium.org/15547003/diff/1/sdk/lib/io/file.dart#newcode183 sdk/lib/io/file.dart:183: * Create a new independent [Stream](../dart_async/Stream.html) for the ...
7 years, 7 months ago (2013-05-21 09:06:04 UTC) #2
Anders Johnsen
https://codereview.chromium.org/15547003/diff/1/sdk/lib/io/file.dart File sdk/lib/io/file.dart (right): https://codereview.chromium.org/15547003/diff/1/sdk/lib/io/file.dart#newcode183 sdk/lib/io/file.dart:183: * Create a new independent [Stream](../dart_async/Stream.html) for the On ...
7 years, 7 months ago (2013-05-21 09:22:11 UTC) #3
Anders Johnsen
7 years, 7 months ago (2013-05-21 09:22:33 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22922 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698