WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIUnicharLineInputStream

IID:67f42475-ba80-40f8-ac0b-649c89230184
Inherits From:nsISupports

Methods

PRBool readLine ( out AString line )

PRBool readLine ( out AString line )

Read a single line from the stream, where a line is a possibly zero length sequence of characters terminated by a CR, LF, CRLF, LFCR, or eof. The line terminator is not returned.

Arguments:
line

Reference documentation is generated from Mozilla's source.