@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 © 2019 Atlassian. All rights reserved.