T - public interface InputStreamConsumer<T>
InputStream.
 Typical usage pattern for methods that accept a consumer is to pass in an anonymous implementation of this interface:
      something.withConsumer(new InputStreamConsumer(){ | Modifier and Type | Method and Description | 
|---|---|
| T | withInputStream(InputStream is) | 
T withInputStream(InputStream is) throws IOException
IOExceptionCopyright © 2003–2019 Atlassian. All rights reserved.