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 streamIOExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.