Package org.xwiki.filter.input
Interface ReaderInputSource
-
- All Superinterfaces:
AutoCloseable
,Closeable
,InputSource
- All Known Implementing Classes:
AbstractReaderInputSource
,DefaultReaderInputSource
,StringInputSource
public interface ReaderInputSource extends InputSource
- Since:
- 6.2M1
- Version:
- $Id: 49e6e5f076a7425e2984aef0a887cf6e42fa3dcc $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reader
getReader()
-
Methods inherited from interface org.xwiki.filter.input.InputSource
restartSupported
-
-
-
-
Method Detail
-
getReader
Reader getReader()
-
-