T
- a closeable java.io object like Reader or InputStream.@FunctionalInterface public interface SupplierIO<T extends Closeable>
Modifier and Type | Interface and Description |
---|---|
static interface |
SupplierIO.InputStream
InputStream get()
Can be implemented as a lambda function. e.g. |
static interface |
SupplierIO.Reader
Reader get()
Can be implemented as a lambda function. e.g. |
Modifier and Type | Method and Description |
---|---|
T |
get() |
T get() throws IOException
IOException
Copyright © 2023. All rights reserved.