Package org.xwiki.store
Interface StreamProvider
-
public interface StreamProvider
A generic thing which provides access to an InputStream on demand.- Since:
- 3.0M2
- Version:
- $Id: 561edeb4a6ae8609ee4785ac01514ad6387936b1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getStream()
Get the stream provided by this StreamProvider.
-
-
-
Method Detail
-
getStream
InputStream getStream() throws Exception
Get the stream provided by this StreamProvider.- Returns:
- the stream which this StreamProvider provides.
- Throws:
Exception
- if something goes wrong while trying to get the stream.
-
-