Package org.chenile.utils.stream


package org.chenile.utils.stream
  • Classes
    Class
    Description
    A generic CSV file reader using Jackson CSV module.
    Read a JSON file.
     
     
    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.