22module
com { module sun { module star { module io {
60 string readString( [in] sequence<
char> Delimiters, [in]
boolean bRemoveDelimiter )
90 void setEncoding( [in]
string Encoding );
is thrown when an input or output error has occurred.
Definition IOException.idl:27
Interface to read strings from a stream.
Definition XTextInputStream.idl:32
string readLine()
reads text until a line break (CR, LF, or CR/LF) or EOF is found and returns it as string (without CR...
Definition Ambiguous.idl:20