Package com.mchange.v3.filecache
Interface URLFetcher
-
- All Known Implementing Classes:
URLFetchers
public interface URLFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
openStream(java.net.URL u, MLogger logger)
-
-
-
Method Detail
-
openStream
java.io.InputStream openStream(java.net.URL u, MLogger logger) throws java.io.IOException
- Throws:
java.io.IOException
-
-