public interface StreamRepository extends Repository
| Modifier and Type | Method and Description |
|---|---|
InputStream |
get(String key) |
Iterator<String> |
list() |
OutputStream |
put(String key) |
boolean |
remove(String key) |
getChildRepositoryCopyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.