LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XZipFileAccess Interface Reference

allows to get reading access to non-encrypted entries inside zip file. More...

import"XZipFileAccess.idl";

Inheritance diagram for XZipFileAccess:
XInterface XZipFileAccess2 ZipFileAccess

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. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

allows to get reading access to non-encrypted entries inside zip file.

Member Function Documentation

◆ getStreamByPattern()

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.


The documentation for this interface was generated from the following file: