public interface DataRecord
Modifier and Type | Method and Description |
---|---|
DataIdentifier |
getIdentifier()
Returns the identifier of this record.
|
long |
getLastModified()
Returns the last modified of the record.
|
long |
getLength()
Returns the length of the binary stream in this record.
|
java.lang.String |
getReference()
Returns a secure reference to this binary, or
null if no such
reference is available. |
java.io.InputStream |
getStream()
Returns the the binary stream in this record.
|
DataIdentifier getIdentifier()
java.lang.String getReference()
null
if no such
reference is available.null
long getLength() throws DataStoreException
DataStoreException
- if the record could not be accessedjava.io.InputStream getStream() throws DataStoreException
DataStoreException
- if the record could not be accessedlong getLastModified()
Copyright © 2010 - 2020 Adobe. All Rights Reserved