Interface DataRecord

    • Method Detail

      • getIdentifier

        DataIdentifier getIdentifier()
        Returns the identifier of this record.
        Returns:
        data identifier
      • getReference

        java.lang.String getReference()
        Returns a secure reference to this binary, or null if no such reference is available.
        Returns:
        binary reference, or null
      • getLength

        long getLength()
                throws DataStoreException
        Returns the length of the binary stream in this record.
        Returns:
        length of the binary stream
        Throws:
        DataStoreException - if the record could not be accessed
      • getStream

        java.io.InputStream getStream()
                               throws DataStoreException
        Returns the the binary stream in this record.
        Returns:
        binary stream
        Throws:
        DataStoreException - if the record could not be accessed
      • getLastModified

        long getLastModified()
        Returns the last modified of the record.
        Returns:
        last modified time of the binary stream