public static class FileLoader.SingleInputStreamSupplier
extends java.lang.Object
implements java.util.function.Supplier<java.io.InputStream>
Supplier<InputStream> that can provide input stream only once.| Constructor and Description |
|---|
SingleInputStreamSupplier(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
get() |