LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
XTextInputStream2 Interface Referencepublished

Provides a unified interface for the new-style service TextInputStream. More...

import "XTextInputStream2.idl";

Inheritance diagram for XTextInputStream2:
XTextInputStream XActiveDataSink XInputStream XInterface XInterface TextInputStream

Exported Interfaces

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...
 

Additional Inherited Members

- Public Member Functions inherited from XTextInputStream
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...
 
- Public Member Functions inherited from XActiveDataSink
void setInputStream ([in] com::sun::star::io::XInputStream aStream)
 plugs the input stream. More...
 
com::sun::star::io::XInputStream getInputStream ()
 

Detailed Description

Provides a unified interface for the new-style service TextInputStream.

Since
LibreOffice 4.1

Exported Interfaces

Interface to specify the used com::sun::star::io::XInputStream.

Interface to read text data.


The documentation for this interface was generated from the following file: