Class ReaderUtil

java.lang.Object
com.aquima.interactions.foundation.utility.ReaderUtil

public final class ReaderUtil extends Object
Utility class for using Readers
Since:
9.2
Author:
A.Pragt
  • Method Details

    • read

      public static String read(Reader reader) throws IOException
      Reads the entire Reader to a String
      Parameters:
      reader - The reader to read, not null.
      Returns:
      The contents, never null.
      Throws:
      IOException - In case of a read error.