interface XManifestReader in module com::sun::star::packages::manifest::

(Global Index)

Syntax

interface XManifestReader : com::sun::star::uno::XInterface ;

Description

This interface reads the manifest data from a file. The user must supply an XInputStream when calling readManifestSequence() to recieve a sequence of manifest entries. Each manifest entry is represented by a sequence of PropertyValues.

Method Summary

readManifestSequence the data and returns it to the caller.

Method Details



readManifestSequence

Syntax

sequence< sequence< com::sun::star::beans::PropertyValue > > readManifestSequence (
com::sun::star::io::XInputStream rStream );

Description

the data and returns it to the caller.

Top of Page