![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Read lines from a text file and convert them into numbers. More...
Static Public Member Functions | |
static void | main (String[] args) |
Read lines from a text file and convert them into numbers.
This illustrates the use of the ReadLines processor.
The expected output of the program is:
3,Integer 1,Integer 4,Integer 1,Integer 5,Integer 9,Integer 2.2,Float Exception in thread "main" java.util.NoSuchElementException at ca.uqac.lif.cep.UniformProcessor$UnaryPullable.pull(UniformProcessor.java:269) at io.LineReaderExample.main(LineReaderExample.java:43)
Definition at line 48 of file LineReaderExample.java.
|
static |
We obtain an InputStream from a file. Since we refer to a file
Definition at line 50 of file LineReaderExample.java.