public abstract class BasicCacheEntry extends Object implements CacheEntry
| Constructor and Description |
|---|
BasicCacheEntry() |
| Modifier and Type | Method and Description |
|---|---|
FixityResult |
checkFixity(URI checksum,
long size)
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 FixityResult checkFixity(URI checksum, long size) throws javax.jcr.RepositoryException
checkFixity in interface CacheEntrychecksum - the checksum previously generated for the entrysize - the size of the entryjavax.jcr.RepositoryExceptionCopyright © 2013 DuraSpace, Inc.. All Rights Reserved.