Package org.simpleyaml.utils
Interface SupplierIO.InputStream
- All Superinterfaces:
SupplierIO<InputStream>
- Enclosing interface:
- SupplierIO<T extends Closeable>
InputStream get()
Can be implemented as a lambda function. e.g.
() -> new FileInputStream(file)-
Nested Class Summary
Nested classes/interfaces inherited from interface org.simpleyaml.utils.SupplierIO
SupplierIO.InputStream, SupplierIO.Reader -
Method Summary
Methods inherited from interface org.simpleyaml.utils.SupplierIO
get