com :: sun :: star :: document :: interface XBinaryStreamResolver
- Base Interface
- com::sun::star::uno::XInterface
- Description
- this interface encapsulates functionality to get/resolve binary data streams.
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, an url can be retrieved by a call to resolveOutputStream
|
resolveOutputStream |
converts the output stream, data has been written to, to an url in
source url namespace
|
Methods' Details
|
- getInputStream
-  
- com::sun::star::io::XInputStream
getInputStream(
-
- Description
- converts the given url from the source url namespace to an input stream,
from which binary data can be read
|
- createOutputStream
-  
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
|
- resolveOutputStream
-  
- string
resolveOutputStream(
-
- Description
- converts the output stream, data has been written to, to an url in
source url namespace
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.