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. 
 | 
String | 
getReference()
Returns a secure reference to this binary, or  
null if no such
 reference is available. | 
InputStream | 
getStream()
Returns the the binary stream in this record. 
 | 
DataIdentifier getIdentifier()
String getReference()
null if no such
 reference is available.nulllong getLength()
        throws DataStoreException
DataStoreException - if the record could not be accessedInputStream getStream() throws DataStoreException
DataStoreException - if the record could not be accessedlong getLastModified()
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.