Package org.fcrepo.migration.foxml
Interface CachedContent
-
- All Known Implementing Classes:
FileCachedContent,MemoryCachedContent,URLCachedContent
public interface CachedContent
An interface representing content that is accessible as an InputStream.- Author:
- mdurbin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()get input stream.
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
get input stream.- Returns:
- the input stream
- Throws:
IOException- IO exception
-
-