public class SQLBinaryManager.SQLFileStorage extends Object implements FileStorage
Constructor and Description |
---|
SQLFileStorage() |
Modifier and Type | Method and Description |
---|---|
boolean |
fetchFile(String digest,
File tmp)
Fetches a file based on its key.
|
void |
storeFile(String digest,
File file)
Stores a file based on a key.
|
public SQLFileStorage()
public void storeFile(String digest, File file) throws IOException
FileStorage
storeFile
in interface FileStorage
digest
- the file keyfile
- the fileIOException
- if a storage error occurredpublic boolean fetchFile(String digest, File tmp) throws IOException
FileStorage
fetchFile
in interface FileStorage
digest
- the file keytmp
- the file to use to store the fetched datatrue
if the file was fetched, false
if the file was not foundIOException
- if a storage error occurredCopyright © 2018 Nuxeo. All rights reserved.