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