public interface IBinaryToStream<T>
| Modifier and Type | Method and Description |
|---|---|
Stream<T> |
stream(InputStream inputStream) |
default Stream<T> |
toStream(InputStream inputStream) |
Stream<T> stream(InputStream inputStream) throws IOException
inputStream - IOExceptiondefault Stream<T> toStream(InputStream inputStream) throws IOException
IOExceptionCopyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.