public class UrlUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
ENCODING |
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 |
getURL(java.io.File file) |
private static final java.util.BitSet UNRESERVED
private static final int RADIX
private static final int MASK
private static final java.lang.String ENCODING