public interface Repository
| Modifier and Type | Method and Description |
|---|---|
String |
calculateETagHash(SecureUniqueId uuid) |
boolean |
contains(SecureUniqueId uuid) |
void |
destroy() |
String |
getContentType(SecureUniqueId uuid) |
InputStream |
getInputStream(SecureUniqueId uuid) |
OutputStream |
getOutputStream(SecureUniqueId uuid) |
long |
getSize(SecureUniqueId uuid) |
void |
initialize() |
void initialize()
throws IOException
IOExceptionvoid destroy()
boolean contains(SecureUniqueId uuid)
String calculateETagHash(SecureUniqueId uuid)
String getContentType(SecureUniqueId uuid)
long getSize(SecureUniqueId uuid)
InputStream getInputStream(SecureUniqueId uuid) throws IOException
IOExceptionOutputStream getOutputStream(SecureUniqueId uuid) throws IOException
IOExceptionCopyright © 2017–2020 Goodbytes. All rights reserved.