Class OnlineReader

java.lang.Object
net.minheur.potoflux.utils.OnlineReader

public class OnlineReader extends Object
Utility class to read online files.
  • Constructor Details

    • OnlineReader

      public OnlineReader()
  • Method Details

    • read

      public static String read(String url)
      Reads the content of an online file as a string
      Parameters:
      url - the address of the file
      Returns:
      the content of the online file