ring.util.io

(source)
Utility functions for handling I/O.

For more info about this library see:

https://github.com/ring-clojure/ring/wiki
Public Variable Short Description
close! (clj) Ensure a stream is closed, swallowing any exceptions.
last-modified-date (clj) Returns the last modified date for a file, rounded down to the nearest second.
piped-input-stream (clj) Create an input stream from a function that takes an output stream as its argument.
string-input-stream (clj) Returns a ByteArrayInputStream for the given String.