Package com.stardog.stark.io
Interface LineSupplier.InputStreamSupplier
-
- All Superinterfaces:
Streams.CheckedSupplier<java.io.InputStream>
- Enclosing class:
- LineSupplier
public static interface LineSupplier.InputStreamSupplier extends Streams.CheckedSupplier<java.io.InputStream>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamget()
-
-
-
Method Detail
-
get
java.io.InputStream get() throws java.io.IOException- Specified by:
getin interfaceStreams.CheckedSupplier<java.io.InputStream>- Throws:
java.io.IOException
-
-