LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface for providing an input stream. More...
import"XInputStreamProvider.idl";
Public Member Functions | |
com::sun::star::io::XInputStream | createInputStream () |
Creates a new input stream, every time providing the same data. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Interface for providing an input stream.
Every time createInputStream() is called a new input stream is returned, always pointing to the begin of the same data. All input streams returned by createInputStream() are completely independent from each other.
com::sun::star::io::XInputStream createInputStream | ( | ) |
Creates a new input stream, every time providing the same data.