yangxu998 / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

InputStream from String #642

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to have a class implementing InputStream that would read it's 
data from a String, obviously without instantiating a byte[] from the String, 
as discussed in 
http://stackoverflow.com/questions/837703/how-can-i-get-a-java-io-inputstream-fr
om-a-java-lang-string

Original issue reported on code.google.com by bfr...@gmail.com on 6 Jun 2011 at 7:25

GoogleCodeExporter commented 9 years ago
I think there are a variety of use cases for "streaming" charset 
encoding/decoding and we will think more on the best way to handle these in the 
libraries, thanks.

Original comment by kevinb@google.com on 13 Jul 2011 at 6:49

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 13 Jul 2011 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 10 Dec 2011 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 16 Feb 2012 at 7:17

GoogleCodeExporter commented 9 years ago
I am experimenting on a Reader-to-InputStream tool based on streaming Charset 
encoding.

Original comment by wasserman.louis on 18 Apr 2012 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 30 May 2012 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 22 Jun 2012 at 6:16

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09