public interface BlobManager
Modifier and Type | Method and Description |
---|---|
boolean |
delete(Blob blob) |
void |
loadMetadata(Blob blob) |
InputStream |
openStream(Blob blob) |
void |
save(Blob blob) |
static final String copyright
void loadMetadata(Blob blob) throws IOException
IOException
InputStream openStream(Blob blob) throws IOException
IOException
void save(Blob blob) throws IOException
IOException
boolean delete(Blob blob) throws IOException
IOException