phelps.io
public class InputStreams extends Object
Version: $Revision: 1.2 $ $Date: 2003/08/17 14:00:05 $
Field Summary | |
---|---|
static InputStream | DEVNULL |
Method Summary | |
---|---|
static InputStream | uncompress(InputStream is, String fileOrType)
Wraps is with another stream that uncompresses it. |
Parameters: file filename with compression suffix, or compression type (code>gzip, deflate
, bzip2
).