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