Interface ResourceInputStreamConsumer<T>
-
public interface ResourceInputStreamConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconsume(InputStream is)
-
-
-
Method Detail
-
consume
T consume(InputStream is) throws IOException
- Throws:
IOException
-
-