Package com.networknt.schema.uri
Interface URIFetcher
-
- All Known Implementing Classes:
ClasspathURLFetcher,URISchemeFetcher,URLFetcher
public interface URIFetcherThe URIFetcher interface defines how file streams are able to be fetched given aURI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamfetch(URI uri)
-
-
-
Method Detail
-
fetch
InputStream fetch(URI uri) throws IOException
- Throws:
IOException
-
-