Package org.xwiki.filter.input
Interface InputStreamInputSource
-
- All Superinterfaces:
AutoCloseable
,Closeable
,InputSource
- All Known Implementing Classes:
AbstractInputStreamInputSource
,DefaultByteArrayInputSource
,DefaultFileInputSource
,DefaultInputStreamInputSource
,DefaultURLInputSource
public interface InputStreamInputSource extends InputSource
- Since:
- 6.2M1
- Version:
- $Id: 2d347108eb4291687153cc7f3d30713f4e0361da $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getInputStream()
-
Methods inherited from interface org.xwiki.filter.input.InputSource
restartSupported
-
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
-