|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataRecord
Immutable data record that consists of a binary stream.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
DataIdentifier getIdentifier()
String getReference()
null if no such
reference is available.
null
long getLength()
throws DataStoreException
DataStoreException - if the record could not be accessed
InputStream getStream()
throws DataStoreException
DataStoreException - if the record could not be accessedlong getLastModified()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||