Class Looper

java.lang.Object
org.chenile.utils.stream.Looper

public class Looper extends Object
Loops through the input stream that has been passed and makes a record for each line in the input stream using the encoding type that has been passed. Each line will be converted to a record of type recordClass. For each record, the Chenile Event "eventId" is invoked.