import java.io.*;public InputStream stringToStream(String s) { return new ByteArrayInputStream(s.getBytes());}
No comments:
Post a Comment