Package gaiasky.util.io
Class GzipUtils
java.lang.Object
gaiasky.util.io.GzipUtils
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GzipUtils
public GzipUtils()
-
-
Method Details
-
isGZipped
Checks if an input stream is gzipped.- Parameters:
in
- The input stream.- Returns:
- Whether the input stream is in Gzip format.
-
isGZipped
Checks if a file is gzipped.- Parameters:
f
- The file.- Returns:
- Whether the file is in Gzip format or not.
-
main
- Throws:
FileNotFoundException
-