public abstract class BasicCacheEntry extends Object implements CacheEntry
| Modifier and Type | Field and Description |
|---|---|
static int |
DEV_NULL_BUFFER_SIZE |
| 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 static final int DEV_NULL_BUFFER_SIZE
public BasicCacheEntry()
public Collection<FixityResult> checkFixity(String digest)
checkFixity in interface CacheEntrydigest - the digestCopyright © 2013–2017 DuraSpace, Inc.. All rights reserved.