|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module document {
com::sun::star::io::XOutputStream createOutputStream()
creates an output stream, to which binary data can be written.
Definition: XBinaryStreamResolver.idl:40
com::sun::star::io::XInputStream getInputStream([in] string aURL)
converts the given URL from the source URL namespace to an input stream, from which binary data can b...
string resolveOutputStream([in] com::sun::star::io::XOutputStream aBinaryStream)
converts the output stream, data has been written to, to a URL in source URL namespace.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:30