Class AgenciesParser


  • public class AgenciesParser
    extends java.lang.Object
    Agencies Parser
    • Constructor Summary

      Constructors 
      Constructor Description
      AgenciesParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<AgenciesModel> readFromCsv​(java.io.InputStream input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgenciesParser

        public AgenciesParser()
    • Method Detail

      • readFromCsv

        public static java.util.List<AgenciesModel> readFromCsv​(java.io.InputStream input)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException