public class GZipUtil extends Object
Constructor and Description |
---|
GZipUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isGZipStream(InputStream in)
Check if a stream is a GZIP stream, by checking the first bytes of the stream.
|
public static boolean isGZipStream(InputStream in) throws IOException
in
- input streamIOException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.