LibreOffice
LibreOffice 5.0 SDK API Reference
|
provides functionality to read text data from a com::sun::star::io::XInputStream that initially has to be passed to the method XActiveDataSink::setInputStream(). More...
import "TextInputStream.idl";
Additional Inherited Members | |
![]() | |
interface | com::sun::star::io::XTextInputStream |
Interface to read text data. More... | |
interface | com::sun::star::io::XActiveDataSink |
Interface to specify the used com::sun::star::io::XInputStream. More... | |
![]() | |
string | readLine () raises ( com::sun::star::io::IOException ) |
reads text until a line break (CR, LF, or CR/LF) or EOF is found and returns it as string (without CR, LF). More... | |
string | readString ([in] sequence< char > Delimiters,[in] boolean bRemoveDelimiter) raises ( com::sun::star::io::IOException ) |
reads text until one of the given delimiter characters or EOF is found and returns it as string (without delimiter). More... | |
boolean | isEOF () raises ( com::sun::star::io::IOException ) |
Returns the EOF status. More... | |
void | setEncoding ([in] string Encoding) |
sets character encoding. More... | |
![]() | |
void | setInputStream ([in] com::sun::star::io::XInputStream aStream) |
plugs the input stream. More... | |
com::sun::star::io::XInputStream | getInputStream () |
provides functionality to read text data from a com::sun::star::io::XInputStream that initially has to be passed to the method XActiveDataSink::setInputStream().
For details about the text functionality see com::sun::star::io::XTextInputStream.