Syntax
interface XInputStreamProvider : 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.
Method Details
|
|
Syntax
- com::sun::star::io::XInputStream createInputStream
();
Description
Creates a new input stream providing the same data.
Returns
-
a new input stream
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.