:: com :: sun :: star :: packages ::

module zip

Services
ZipFileAccess allows to get reading access to nonencrypted entries inside zip file.
Interfaces
XZipFileAccess allows to get reading access to nonencrypted entries inside zip file.
Structs
ZipEntry used to represent a ZIP file entry
Exceptions
ZipException used to indicate that a ZIP exception has occurred.
ZipIOException used to indicate that a ZIP exception has occurred. usualy can be thrown from XInputStream interface implementations.
Constant Groups
ZipConstants defines the constants used by the ZIP interfaces.
Top of Page