public interface BlobStore
| Modifier and Type | Method and Description |
|---|---|
InputStream |
get(String key,
String type,
Auths auths)
Provides an
InputStream to retrieve the data from the store. |
OutputStream |
store(String key,
String type,
long timestamp,
String visibility)
Provides an
OutputStream to allow storage of the data into the store. |
OutputStream store(String key, String type, long timestamp, String visibility)
OutputStream to allow storage of the data into the store.InputStream get(String key, String type, Auths auths)
InputStream to retrieve the data from the store.Copyright © 2014 Calrissian. All Rights Reserved.