public class IOUtils
extends java.lang.Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
normalizeName(java.lang.String name)
Create a normalized name from an arbitrary string.
|
static java.io.Reader |
uriReader(java.net.URI uri)
Create a reader from specified
source. |
public static java.lang.String normalizeName(java.lang.String name)
name - current name of the filepublic static java.io.Reader uriReader(java.net.URI uri)
throws java.io.IOException
source.uri - source URIjava.io.IOException - if the connection cannot be opened