aboutsummaryrefslogtreecommitdiff
path: root/reference/freadln-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-05-21 12:15:08 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-05-21 12:15:08 +0000
commit737d09a797de048fb7be56e40dc2d8352c768651 (patch)
tree01ed72f9aa4c26bdf5b145451923b9a86ba5655d /reference/freadln-help.pd
parentd767905ff24f841342c0fe2df1b2cee4ea72fa7b (diff)
added help-patches for fz's [freadln]/[fwriteln]
svn path=/trunk/externals/zexy/; revision=7705
Diffstat (limited to 'reference/freadln-help.pd')
-rw-r--r--reference/freadln-help.pd33
1 files changed, 33 insertions, 0 deletions
diff --git a/reference/freadln-help.pd b/reference/freadln-help.pd
new file mode 100644
index 0000000..662dfdd
--- /dev/null
+++ b/reference/freadln-help.pd
@@ -0,0 +1,33 @@
+#N canvas 94 78 859 363 10;
+#X obj 443 239 print done;
+#X text 72 260 see also:;
+#X msg 433 149 bang;
+#X text 334 293 this outlet gets the lines in sequence.;
+#X obj 130 281 textfile;
+#X text 482 150 output one line as a list and move to the next;
+#X text 508 222 This outlet gets a bang when you hit the end of the
+sequence \; it will also get the current position when using "when"
+;
+#X text 618 7 part of zexy;
+#X obj 406 267 print data;
+#X obj 73 9 freadln;
+#X text 127 9 read text-files line-by-line;
+#X text 18 57 The [freadln] object is a simplified version if [textfile].
+It only supports reading files.;
+#X text 15 95 features are :;
+#X text 60 108 the file is not read into the objects buffer. instead
+only the current line will be streamed from the file. this allows to
+read _large_ files (which need not fit into the main memory at all)
+;
+#X text 58 199 no random access!;
+#X text 9 183 drawbacks are :;
+#X obj 130 262 fwriteln;
+#X msg 433 178 close;
+#X text 548 117 open a file in 'cr' mode;
+#X obj 406 201 freadln;
+#X msg 435 116 open test.mtx cr;
+#X connect 2 0 19 0;
+#X connect 17 0 19 0;
+#X connect 19 0 8 0;
+#X connect 19 1 0 0;
+#X connect 20 0 19 0;