Class MapReader


  • final class MapReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MapReader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.Map<java.lang.String,​java.lang.String> readMap​(java.io.Reader input)  
      • Methods inherited from class java.lang.Object

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

      • MapReader

        private MapReader()
    • Method Detail

      • readMap

        static java.util.Map<java.lang.String,​java.lang.String> readMap​(java.io.Reader input)
                                                                       throws java.io.IOException
        Throws:
        java.io.IOException