A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates) Be in touch with java jazzle or k2java.blogspot.com.
import java.io.*; public InputStream stringToStream(String s) { return new ByteArrayInputStream(s.getBytes()); }
No comments:
Post a Comment