advanced code snippet search
yakafokon on 12/10/09
java String InputStream
12/10/09 05:15am
String s = "Hello world";InputStream stream = new ByteArrayInputStream(s.getBytes());
Report this snippet Tweet
Comment:
You need to login to post a comment.