@FunctionalInterface public interface InputSupplier<T>
T
.Modifier and Type | Method and Description |
---|---|
T |
open()
Provides an object that encapsulates a readable resource.
|
@Nonnull T open() throws IOException
IOException
- in case the readable resource could not be opened or readCopyright © 2022 Atlassian. All rights reserved.