Class DbDataRecord

    • Field Detail

      • length

        protected final long length
      • lastModified

        protected long lastModified
    • Constructor Detail

      • DbDataRecord

        public DbDataRecord​(DbDataStore store,
                            DataIdentifier identifier,
                            long length,
                            long lastModified)
        Creates a data record based on the given identifier and length.
        Parameters:
        identifier - data identifier
        length - the length
        lastModified -
    • Method Detail

      • getLength

        public 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
      • getLastModified

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