public interface UnzipListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
fileUnzipped(ZipEntry entry,
File file,
int index)
Notifies about new unzipped file.
|
void |
sizeDetermined(int size)
Notifies about zip file entries amount.
|
Copyright © 2020. All rights reserved.