Package org.eclipse.jgit.dircache
Interface DirCacheCheckout.StreamSupplier
-
- Enclosing class:
- DirCacheCheckout
public static interface DirCacheCheckout.StreamSupplier
Something that can supply anInputStream
.- Since:
- 6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
load()
Loads the input stream.
-
-
-
Method Detail
-
load
InputStream load() throws IOException
Loads the input stream.- Returns:
- the loaded stream
- Throws:
IOException
- if any reading error occurs
-
-