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

Issue 9546003: Add method available to StringInputStream (Closed)

Created:
8 years, 9 months ago by Søren Gjesse
Modified:
8 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add method available to StringInputStream The StringInputStream did not have any way for checking the number of available characters. Added method available like on a binary InputStream. R=ager@google.com BUG=dart:1945 TEST=tests/standalone/src/io/StringStreamTest.dart Committed: https://code.google.com/p/dart/source/detail?r=5021

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
M runtime/bin/input_stream.dart View 1 chunk +10 lines, -0 lines 1 comment Download
M runtime/bin/string_stream.dart View 3 chunks +5 lines, -1 line 0 comments Download
M tests/standalone/src/io/StringStreamTest.dart View 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Gjesse
8 years, 9 months ago (2012-03-06 12:10:31 UTC) #1
Mads Ager (google)
lgtm
8 years, 9 months ago (2012-03-06 12:32:19 UTC) #2
Dan Rice
8 years, 9 months ago (2012-03-06 15:06:56 UTC) #3
https://chromiumcodereview.appspot.com/9546003/diff/1/runtime/bin/input_strea...
File runtime/bin/input_stream.dart (right):

https://chromiumcodereview.appspot.com/9546003/diff/1/runtime/bin/input_strea...
runtime/bin/input_stream.dart:132: * less characters being returned as the line
breaking characters
less -> fewer

Powered by Google App Engine
This is Rietveld 408576698