interface XInputStreamProvider in module com::sun::star::io::

(Global Index)

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 Summary

createInputStream Creates a new input stream providing the same data.

Method Details



createInputStream

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