|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| ZipInputStreamBundle (ZipInputStream file) | |
| ZipInputStreamBundle (InputStream file) | |
| Enumeration<?extends IBundleFile > | list () |
| boolean | hasMoreElements () |
| IBundleFile | nextElement () |
| void | close () throws IOException |
| ZipInputStreamBundle | ( | ZipInputStream | file | ) |
| ZipInputStreamBundle | ( | InputStream | file | ) |
| void close | ( | ) | throws IOException |
| boolean hasMoreElements | ( | ) |
| Enumeration<? extends IBundleFile> list | ( | ) |
Implements IBundle.
| IBundleFile nextElement | ( | ) |