Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XManifestWriter

Base Interface
com::sun::star::uno::XInterface

Description
This interface writes the manifest data to a file. The user calls writeManifestSequence() with the XOutputStream to write the data to and the sequence of manifest entries to be written passed as parameters. Each manifest entry is represented by a sequence of PropertyValues.


Methods' Summary

writeManifestSequence XOutputStream

Methods' Details

writeManifestSequence
 
void
writeManifestSequence(
[ in ] com::sun::star::io::XOutputStream rStream,
[ in ] sequence< sequence< com::sun::star::beans::PropertyValue > > rSequence );

Description
XOutputStream

Top of Page