-
- Enclosing class:
- DirCacheCheckout
public static interface DirCacheCheckout.StreamSupplierSomething that can supply anInputStream.- Since:
- 6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamload()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
-
-