public interface BinaryManager
| Modifier and Type | Method and Description |
|---|---|
Binary |
getBinary(InputStream in)
Saves the given input stream into a
Binary. |
Binary |
getBinary(String digest)
Returns a
Binary corresponding to the given digest. |
BinaryGarbageCollector |
getGarbageCollector()
Returns the Binary Garbage Collector that can be used for this binary
manager.
|
void |
initialize(RepositoryDescriptor repositoryDescriptor)
Initializer.
|
void initialize(RepositoryDescriptor repositoryDescriptor) throws IOException
IOExceptionBinary getBinary(InputStream in) throws IOException
Binary.
Returns a Binary representing the stream. The Binary
includes a digest that is a sufficient representation to persist it.
The stream is closed after use.
in - the input streamIOExceptionBinary getBinary(String digest)
Binary corresponding to the given digest.
A null is returned if the digest could not be found.
digest - the digest, or nullBinaryGarbageCollector getGarbageCollector()
Several calls to this method will return the same GC, so that its status
can be monitored using BinaryGarbageCollector.isInProgress().
Copyright © 2011 Nuxeo SA. All Rights Reserved.