|
Syntax
- com::sun::star::io::XInputStream getInputStream
(
- string aURL );
Description
converts the given url from the source url namespace to an input stream,
from which binary data can be read
Syntax
- com::sun::star::io::XOutputStream createOutputStream
();
Description
creates an output stream, to which binary data can be written.
After writing, an url can be retrieved by a call to resolveOutputStream
Syntax
- string resolveOutputStream
(
- com::sun::star::io::XOutputStream aBinaryStream );
Description
converts the output stream, data has been written to, to an url in
source url namespace
|