Package ipsk.net
Class Utils
- java.lang.Object
- 
- ipsk.net.Utils
 
- 
 public class Utils extends java.lang.Object- Author:
- klausj
 
- 
- 
Constructor SummaryConstructors Constructor Description Utils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.net.URIcreateAsciiURIFromFile(java.io.File file)static java.lang.StringcreateAsciiURLExtFormFromFile(java.io.File file)static java.net.URLcreateAsciiURLFromFile(java.io.File file)static java.io.FilefileFromDecodedURL(java.net.URL url)static java.io.FilefileFromURL(java.net.URL url)Deprecated.
 
- 
- 
- 
Method Detail- 
createAsciiURIFromFilepublic static java.net.URI createAsciiURIFromFile(java.io.File file) throws java.net.URISyntaxException- Throws:
- java.net.URISyntaxException
 
 - 
createAsciiURLFromFilepublic static java.net.URL createAsciiURLFromFile(java.io.File file) throws java.net.URISyntaxException, java.net.MalformedURLException- Throws:
- java.net.URISyntaxException
- java.net.MalformedURLException
 
 - 
createAsciiURLExtFormFromFilepublic static java.lang.String createAsciiURLExtFormFromFile(java.io.File file) throws java.net.URISyntaxException, java.net.MalformedURLException- Throws:
- java.net.URISyntaxException
- java.net.MalformedURLException
 
 - 
fileFromURL@Deprecated public static java.io.File fileFromURL(java.net.URL url) Deprecated.
 - 
fileFromDecodedURLpublic static java.io.File fileFromDecodedURL(java.net.URL url) throws java.io.UnsupportedEncodingException- Throws:
- java.io.UnsupportedEncodingException
 
 
- 
 
-