Methods' Summary |
getInputStream |
converts the given URL from the source URL namespace to an input stream,
from which binary data can be read
|
createOutputStream |
creates an output stream, to which binary data can be written.
After writing, a URL can be retrieved by a call to
XBinaryStreamResolver::resolveOutputStream().
|
resolveOutputStream |
converts the output stream, data has been written to, to a URL in
source URL namespace.
|
Methods' Details |
getInputStream
::com::sun::star::io::XInputStream |
getInputStream( |
[in] string |
aURL ); |
- Description
- converts the given URL from the source URL namespace to an input stream,
from which binary data can be read
|
|
createOutputStream
- Description
- creates an output stream, to which binary data can be written.
After writing, a URL can be retrieved by a call to
XBinaryStreamResolver::resolveOutputStream().
|
|
resolveOutputStream
string |
resolveOutputStream( |
[in] ::com::sun::star::io::XOutputStream |
aBinaryStream ); |
- Description
- converts the output stream, data has been written to, to a URL in
source URL namespace.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.