| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
This interface reads the manifest data from a file. More...
import "XManifestReader.idl";
 
  
| Public Member Functions | |
| sequence< sequence< com::sun::star::beans::PropertyValue > > | readManifestSequence ([in] com::sun::star::io::XInputStream rStream) | 
| Supplies the XManifestReader with an XInputStream to read from, reads the data and returns it to the caller. | |
| Public Member Functions inherited from XInterface | |
| 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. | |
This interface reads the manifest data from a file.
The user must supply an XInputStream when calling readManifestSequence() to receive a sequence of manifest entries. Each manifest entry is represented by a sequence of PropertyValues.
| sequence< sequence< com::sun::star::beans::PropertyValue > > readManifestSequence | ( | [in] com::sun::star::io::XInputStream | rStream | ) | 
Supplies the XManifestReader with an XInputStream to read from, reads the data and returns it to the caller.