public final class UrlUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
openStream(URL url) |
static URL |
toURL(String filename)
This method makes a valid URL from a given filename.
|
public static URL toURL(String filename) throws MalformedURLException
filename - a given filename
MalformedURLException
public static InputStream openStream(URL url) throws IOException
IOException
Copyright © 1998–2016 iText Group NV. All rights reserved.