Class ResourceReader


  • class ResourceReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceReader()  
    • Method Summary

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

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

      • ResourceReader

        ResourceReader()
    • Method Detail

      • readAllLines

        public static java.util.List<java.lang.String> readAllLines​(java.io.InputStream inputStream)