public class DbDataRecord extends AbstractDataRecord
| Constructor and Description |
|---|
DbDataRecord(DbDataStore store,
DataIdentifier identifier,
long length,
long lastModified)
Creates a data record based on the given identifier and length.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified()
Returns the last modified of the record.
|
long |
getLength()
Returns the length of the binary stream in this record.
|
InputStream |
getStream()
Returns the the binary stream in this record.
|
equals, getIdentifier, getReference, hashCode, toStringpublic DbDataRecord(DbDataStore store, DataIdentifier identifier, long length, long lastModified)
identifier - data identifierlength - the lengthlastModified - public long getLength()
throws DataStoreException
DataStoreException - if the record could not be accessedpublic InputStream getStream() throws DataStoreException
DataStoreException - if the record could not be accessedpublic long getLastModified()
Copyright © 2010 - 2020 Adobe. All Rights Reserved