Class UrlSupport
java.lang.Object
org.antublue.test.engine.internal.support.UrlSupport
Class to implement InputStreamSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedReadercreateBufferedReader(URL url) Method to create a BufferedReader from a URLstatic InputStreamcreateInputStream(URL url) Method to create an InputStream from a URL
-
Method Details
-
createInputStream
Method to create an InputStream from a URL- Parameters:
url- url- Returns:
- an InputStream for the URL
- Throws:
IOException- IOException
-
createBufferedReader
Method to create a BufferedReader from a URL- Parameters:
url- url- Returns:
- a BufferedReader for the URL
- Throws:
IOException- IOException
-