strread
last edited 4 years ago by MAnn
description
This part takes specified file and puts its contents in string.
figure

inpins
- path(String path) - ID = 1 - sets the path of the file
- String - path of the file(not absolute path)
- delay(int del) - ID = 2 - set the value of delay, by default delay = 1000
- int -value of delay
- start() - ID = 3 - start to read from the existing file
outpins
- RESULT - ID = 51 - fires new event for each line of the string after delay
- ERROR - ID =52 - string representing the error caused by file operations
links to cvs
source - revision 1.0:http://cvs.sourceforge.net/viewcvs.py/*checkout*/vcb/VCB/libraries/src/org/vcb/parts/io/StrRead.java?rev=1.1 at sourceforge.net
configuration file revision 1.0:http://cvs.sourceforge.net/viewcvs.py/*checkout*/vcb/VCB/libraries/configs/io/strread.xml?rev=1.1 at sourceforge.net