public class BinaryCacheEntry extends BasicCacheEntry
CacheEntry for simple Binary objects| Modifier and Type | Field and Description |
|---|---|
protected javax.jcr.Binary |
binary |
protected String |
externalUri |
| Constructor and Description |
|---|
BinaryCacheEntry(javax.jcr.Binary binary,
String externalUri)
Create a new BinaryCacheEntry
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalIdentifier()
Generate a human-readable identifier for the location of this entry
|
InputStream |
getInputStream()
Get a raw input stream from the underlying store
|
checkFixityprotected final javax.jcr.Binary binary
protected final String externalUri
public BinaryCacheEntry(javax.jcr.Binary binary,
String externalUri)
binary - public InputStream getInputStream() throws javax.jcr.RepositoryException
CacheEntryjavax.jcr.RepositoryExceptionpublic String getExternalIdentifier()
CacheEntryCopyright © 2013 DuraSpace, Inc.. All Rights Reserved.