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

module zip

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