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()
throws IOException
IOExceptionboolean contains(UUID uuid) throws IOException
IOExceptionString calculateETagHash(UUID uuid) throws IOException
IOExceptionString getContentType(UUID uuid) throws IOException
IOExceptionlong getSize(UUID uuid) throws IOException
IOExceptionInputStream getInputStream(UUID uuid) throws IOException
IOExceptionOutputStream getOutputStream(UUID uuid) throws IOException
IOExceptionCopyright © 2017–2018 Goodbytes. All rights reserved.