|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IArchivePreverificationListener
An interface that clients may provide when pre-verifying archive files to receive callbacks concerning preverification processing.
| Method Summary | |
|---|---|
boolean |
classBegin(ZipFile archive,
ZipEntry classEntry)
Preverification is beginning on the specified entry in the specified archive file. |
boolean |
classEnd(ZipFile archive,
ZipEntry classEntry,
PreverificationResults results)
Preverification is ending on the specified entry in the specified archive file. |
void |
fileBegin(ZipFile archive)
Preverification is beginning on the specified archive file. |
void |
fileEnd(ZipFile archive)
Preverification is ending on the specified archive file. |
| Method Detail |
|---|
void fileBegin(ZipFile archive)
archive -
boolean classBegin(ZipFile archive,
ZipEntry classEntry)
archive - classEntry -
boolean classEnd(ZipFile archive,
ZipEntry classEntry,
PreverificationResults results)
archive - classEntry -
void fileEnd(ZipFile archive)
archive -
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||