LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows to get reading access to non-encrypted entries inside zip file. More...
import <XZipFileAccess.idl;
Public Member Functions | |
::com::sun::star::io::XInputStream | getStreamByPattern ([in] string aPattern) raises ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::io::IOException, ::com::sun::star::packages::WrongPasswordException, ::com::sun::star::packages::zip::ZipException ) |
allows to get stream by specifying a pattern. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
allows to get reading access to non-encrypted entries inside zip file.
::com::sun::star::io::XInputStream getStreamByPattern | ( | [in] string | aPattern | ) | ||
raises | ( | ::com::sun::star::container::NoSuchElementException, | ||||
::com::sun::star::io::IOException, | ||||||
::com::sun::star::packages::WrongPasswordException, | ||||||
::com::sun::star::packages::zip::ZipException ) |
allows to get stream by specifying a pattern.
The first stream with a name that fits to the pattern will be returned. The pattern allows to use "*" wildcard symbol. If the name contains "*" or "\" symbols itself they must guarded with backslash "". The slashes have no special meaning here so they can be replaced by wildcards also.