Package io.ebean.enhance.common
Class UrlHelper
java.lang.Object
io.ebean.enhance.common.UrlHelper
Helper to open URL content without file descriptor caching (by underlying JDK JarURLConnection).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamopenNoCache(URL url) Open the URL content without using caching returning the resulting InputStream.
-
Constructor Details
-
UrlHelper
public UrlHelper()
-
-
Method Details
-
openNoCache
Open the URL content without using caching returning the resulting InputStream.- Throws:
IOException
-