public class GZipReader extends Object
| Constructor and Description |
|---|
GZipReader() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
entryExists(String gZipArchive,
String entryName) |
static byte[] |
getInnerEntry(String gZipArchive,
String entryName) |
public static byte[] getInnerEntry(String gZipArchive, String entryName) throws IOException
IOExceptionpublic static boolean entryExists(String gZipArchive, String entryName) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.