URLUtils.java | Class | This class is used to :
- - get a File from an URL
- - get an URL from a file
In fact, when there are spaces in a directory name, file.toURL() doesn't
escape spaces into %20, this is why this class will help.
This class has to be used both for encoding and decoding URL.
There are methods with checked exceptions or unchecked exceptions. |