public final class UrlUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
MASK |
private static int |
RADIX |
private static java.util.BitSet |
UNRESERVED |
| Modifier | Constructor and Description |
|---|---|
private |
UrlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URL |
toURL(java.io.File file) |
private static final java.util.BitSet UNRESERVED
private static final int RADIX
private static final int MASK