(defn string-input-stream [#^String s] "Returns a ByteArrayInputStream for the given String." (ByteArrayInputStream. (.getBytes s)))
Comments top
No comments for string-input-stream. Log in to add a comment.