Uses of Class
de.stefanfrings.utils.CombinedURL
-
-
Uses of CombinedURL in de.stefanfrings.utils
Methods in de.stefanfrings.utils with parameters of type CombinedURL Modifier and Type Method Description static String
TextReader. readText(CombinedURL url, int connTimeout, int readTimeout, String defaultEncoding)
Read text from an URL into a String.Constructors in de.stefanfrings.utils with parameters of type CombinedURL Constructor Description TextTemplate(CombinedURL url, int connTimeout, int readTimeout, String encoding)
Constructor that reads a template from an URL.
-