History for strread

changed:
-
description

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

figure

<img src="strread.gif" />

inpins

 1 path(String path) - ID = 1   - sets the path of the file

  o String - path of the file(not absolute path)
 
 2 delay(int del) - ID = 2  - set the value of delay, by default delay = 1000
  
  o 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 

 1 ERROR - ID =52 - string representing the error caused by file operations

links to cvs

 source - revision 1.0:http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/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/&#42checkout&#42/vcb/VCB/libraries/configs/io/strread.xml?rev=1.1 at sourceforge.net