public abstract class Storage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
bucket |
protected String |
prefix |
| Modifier | Constructor and Description |
|---|---|
protected |
Storage(String bucket,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
delete(String key) |
abstract byte[] |
get(String key) |
String |
getBucket() |
String |
getPrefix() |
abstract String |
getUrl(String key) |
abstract String |
hide(String key) |
abstract String |
publish(String key) |
abstract void |
put(String key,
byte[] data) |
Copyright © 2015. All rights reserved.