public abstract class BasicCacheEntry extends Object implements CacheEntry
| Constructor and Description |
|---|
BasicCacheEntry() |
| Modifier and Type | Method and Description |
|---|---|
Collection<FixityResult> |
checkFixity(String digest)
Calculate the fixity of a CacheEntry by piping it through
a simple fixity-calculating InputStream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExternalIdentifier, getInputStreampublic BasicCacheEntry()
public Collection<FixityResult> checkFixity(String digest) throws javax.jcr.RepositoryException
checkFixity in interface CacheEntrydigest - the digestjavax.jcr.RepositoryException - if repository exception occurredCopyright © 2013–2015 DuraSpace, Inc.. All rights reserved.