public class ZipIndexReader extends Object implements Closeable
| Constructor and Description |
|---|
ZipIndexReader(String location,
String parentPath,
String path,
InputStream zipDataIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ZipIndexReader |
open(File f) |
ZipIndex |
read() |
public ZipIndexReader(String location, String parentPath, String path, InputStream zipDataIn)
public static ZipIndexReader open(File f)
public ZipIndex read() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2020. All rights reserved.