Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xml :: crypto ::

unpublished interface XUriBinding
Usage Restrictions
not published
Description
* Interface of Uri Binding. *

* This interface is used to dynamically bind a uri with a * XInputStream interface.


Methods' Summary
setUriBinding * Sets the XInputStream interface for a uri. * *  
getUriBinding * Gets the XInputStream interface for a uri. * *  
Methods' Details
setUriBinding
void
setUriBinding( [in] string  uri,
[in] ::com::sun::star::io::XInputStream  aInputStream )
raises( ::com::sun::star::uno::Exception );

Description
* Sets the XInputStream interface for a uri. * *
Parameter uri
the uri to bind *
Parameter aStream
the XInputStream to be binded
getUriBinding
::com::sun::star::io::XInputStream
getUriBinding( [in] string  uri )
raises( ::com::sun::star::uno::Exception );

Description
* Gets the XInputStream interface for a uri. * *
Parameter uri
the uri whose binding is to get *
Returns
the XInputStream binded with the uri
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.