public interface InputStreamable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fromFile(File file) |
T |
fromInputStream(InputStream inputStream) |
T fromInputStream(InputStream inputStream)
Copyright © 2015–2022 Red Hat. All rights reserved.