org.apache.jena.riot.stream
Interface Locator

All Known Implementing Classes:
LocatorClassLoader, LocatorFile, LocatorFTP, LocatorHTTP, LocatorURL, LocatorZip

public interface Locator

Interface to things that open TypedStreams from a place


Method Summary
 String getName()
           
 TypedInputStream open(String uri)
           
 

Method Detail

open

TypedInputStream open(String uri)

getName

String getName()


Licenced under the Apache License, Version 2.0