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

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

interface XInputStreamProvider

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

Description
Interface for providing an input stream. When calling createInputStream() you get a fresh input stream to read from, anytime, providing the same data.


Methods' Summary

createInputStream Creates a new input stream providing the same data.

Methods' Details

createInputStream
 
com::sun::star::io::XInputStream
createInputStream();
Description
Creates a new input stream providing the same data.
Returns
a new input stream

Top of Page