summaryrefslogtreecommitdiff
path: root/docs/api-notes/common/lib_common/FdGetLine.txt
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 14:02:56 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 14:02:56 +0200
commit76089c3bb5b915241da6d2f8f8c34eb65a78be95 (patch)
tree6b9524a5277ab57762cb01e9ea14131401c44ef5 /docs/api-notes/common/lib_common/FdGetLine.txt
parent76af1c5e724dc558506be411e85a21122aef840d (diff)
parenta84d45498bd861c9225080232948a99c2e317bb8 (diff)
merge new upstream version
Diffstat (limited to 'docs/api-notes/common/lib_common/FdGetLine.txt')
-rw-r--r--docs/api-notes/common/lib_common/FdGetLine.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/api-notes/common/lib_common/FdGetLine.txt b/docs/api-notes/common/lib_common/FdGetLine.txt
new file mode 100644
index 00000000..d92ff94d
--- /dev/null
+++ b/docs/api-notes/common/lib_common/FdGetLine.txt
@@ -0,0 +1,11 @@
+CLASS FdGetLine
+
+See IOStreamGetLine, difference is that it works on basic UNIX file descriptors rather than full blown streams. Follows basic interface, except...
+
+
+FUNCTION FdGetLine::GetLine
+
+Returns a string containing the optionally preprocessed line.
+
+Do not call if IsEOF if true.
+