com.ctc.wstx.util
public final class URLUtil extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
inputStreamFromURL(java.net.URL url)
Method that tries to get a stream (ideally, optimal one) to read from
the specified URL.
|
static java.io.OutputStream |
outputStreamFromURL(java.net.URL url)
Method that tries to get a stream (ideally, optimal one) to write to
the resource specified by given URL.
|
static java.net.URI |
uriFromSystemId(java.lang.String sysId) |
static java.net.URL |
urlFromCurrentDir()
Method that tries to create and return URL that denotes current
working directory.
|
static java.net.URL |
urlFromSystemId(java.lang.String sysId)
Method that tries to figure out how to create valid URL from a system
id, without additional contextual information.
|
static java.net.URL |
urlFromSystemId(java.lang.String sysId,
java.net.URL ctxt) |
public static java.net.URL urlFromSystemId(java.lang.String sysId) throws java.io.IOException
java.io.IOException
public static java.net.URI uriFromSystemId(java.lang.String sysId) throws java.io.IOException
java.io.IOException
public static java.net.URL urlFromSystemId(java.lang.String sysId, java.net.URL ctxt) throws java.io.IOException
java.io.IOException
public static java.net.URL urlFromCurrentDir() throws java.net.MalformedURLException
java.net.MalformedURLException
public static java.io.InputStream inputStreamFromURL(java.net.URL url) throws java.io.IOException
java.io.IOException
public static java.io.OutputStream outputStreamFromURL(java.net.URL url) throws java.io.IOException
java.io.IOException