Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: io ::

interface XStream

Base Interface
com::sun::star::uno::XInterface

Description
offers read and write access to the same stream.


Methods' Summary

getInputStream
getOutputStream

Methods' Details

getInputStream
 
com::sun::star::io::XInputStream
getInputStream();
Returns
the XInputStream part of the stream. Closing the returned XInputStream also closes any XOutputStream part.
getOutputStream
 
com::sun::star::io::XOutputStream
getOutputStream();
Returns
the XInputStream part of the stream. Closing the returned XOutputStream also closes the XInputStream part.

Top of Page