Package org.xwiki.filter.input
Interface InputFilterStream
-
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Subinterfaces:
BeanInputFilterStream<P>
- All Known Implementing Classes:
AbstractBeanInputFilterStream
public interface InputFilterStream extends Closeable
- Since:
- 6.2M1
- Version:
- $Id: 4ad67860b289657c6c0db69365985cb8c665c884 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
read(Object filter)
-
-
-
Method Detail
-
read
void read(Object filter) throws FilterException
- Throws:
FilterException
-
-