As the title says. The only difference is that bufferedStream imposes a maximum, stringStream does not.
In fact, bufferedStream has two maxima, one is the one handed over as constructor arg, one is a hidden 100*M-or-we-assert maximum. This looks like it should be unified too.
In fact, bufferedStream has two maxima, one is the one handed over as constructor arg, one is a hidden 100*M-or-we-assert maximum. This looks like it should be unified too.