Support piping of string data from a string input stream to an output stream #2604
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-obsolete
Closed as the reported issue is no longer relevant
library-io
The pipe method would specify the output format for the string data.
Maybe something like:
stringStream.pipe(Encoding.UTF_8, outputStream);
The text was updated successfully, but these errors were encountered: