|
This contains a new InputStream and StringInputStream interfaces.
The readUntil is only supported through readLine on the StringInputStream.
The StringInputStream implementation in string_stream.dart could live outside the VM as it is plain Dart code.
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=747
Total comments: 30
Total comments: 14
Total comments: 4
Total comments: 34
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+807 lines, -515 lines) |
Patch |
 |
M |
runtime/bin/bin.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/file.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/file_impl.dart
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+52 lines, -49 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/input_stream.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+97 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_impl.dart
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket_impl.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket_stream.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+34 lines, -133 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/string_stream.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+329 lines, -0 lines |
0 comments
|
Download
|
 |
D |
tests/standalone/src/EchoServerStreamReadUntilTest.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -211 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/EchoServerStreamTest.dart
|
View
|
1
2
3
4
5
6
|
3 chunks |
+43 lines, -35 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/FileInputStreamTest.dart
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -24 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/FileTest.dart
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/ProcessStderrTest.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/ProcessStdoutTest.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+20 lines, -13 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/SocketExceptionTest.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
tests/standalone/src/StringStreamTest.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+186 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/readuntil_test.dat
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|