Package net.anwiba.commons.xml.io
Interface IRegistableConvertingXmlReader<C,T>
-
- All Superinterfaces:
IApplicable<C>
public interface IRegistableConvertingXmlReader<C,T> extends IApplicable<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(java.io.InputStream inputStream, IParameters parameters)-
Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, isApplicable, not, or
-
-
-
-
Method Detail
-
read
T read(java.io.InputStream inputStream, IParameters parameters) throws java.io.IOException
- Throws:
java.io.IOException
-
-