Package org.apache.solr.common.util
Interface Utils.InputStreamConsumer<T>
-
- Enclosing class:
- Utils
public static interface Utils.InputStreamConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
accept(InputStream is)
-
-
-
Method Detail
-
accept
T accept(InputStream is) throws IOException
- Throws:
IOException
-
-