Class UrlSupport

java.lang.Object
org.antublue.test.engine.internal.support.UrlSupport

public class UrlSupport extends Object
Class to implement InputStreamSupport
  • Method Details

    • createInputStream

      public static InputStream createInputStream(URL url) throws IOException
      Method to create an InputStream from a URL
      Parameters:
      url - url
      Returns:
      an InputStream for the URL
      Throws:
      IOException - IOException
    • createBufferedReader

      public static BufferedReader createBufferedReader(URL url) throws IOException
      Method to create a BufferedReader from a URL
      Parameters:
      url - url
      Returns:
      a BufferedReader for the URL
      Throws:
      IOException - IOException