varity.util
Utilities.
compressor-input-stream
(compressor-input-stream f)
Returns an compressor input stream from f, autodetecting the compressor type from the first few bytes of f. Returns java.io.BufferedInputStream if the compressor type is not known. Should be used inside with-open to ensure the InputStream is properly closed.