org.apache.droids.norobots
Interface ContentLoader
- All Known Implementing Classes:
- SimpleContentLoader
public interface ContentLoader
An abstract loader intended for retrieving content identified by a URI.
|
Method Summary |
boolean |
exists(java.net.URI uri)
|
java.io.InputStream |
load(java.net.URI uri)
|
exists
boolean exists(java.net.URI uri)
throws java.io.IOException
- Throws:
java.io.IOException
load
java.io.InputStream load(java.net.URI uri)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007-2009. All Rights Reserved.