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