strread

Document Actions
last edited 4 years ago by MAnn

description

This part takes specified file and puts its contents in string.

figure

inpins

  1. path(String path) - ID = 1 - sets the path of the file
    • String - path of the file(not absolute path)
  2. delay(int del) - ID = 2 - set the value of delay, by default delay = 1000
    • int -value of delay
  3. start() - ID = 3 - start to read from the existing file

outpins

  1. RESULT - ID = 51 - fires new event for each line of the string after delay
  2. 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