(def default-streams-impl
{:reader #(reader (input-stream %))
:writer #(writer (output-stream %))
:input-stream #(throw (Exception. (str "Cannot open <" (pr-str %) "> as an InputStream.")))
:output-stream #(throw (Exception. (str "Cannot open <" (pr-str %) "> as an OutputStream.")))})
Comments top
No comments for default-streams-impl. Log in to add a comment.