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
IOException
Copyright © 2003–2017 Atlassian. All rights reserved.