Class CachingDataRecord

    • Method Detail

      • getLastModified

        public long getLastModified()
        Description copied from interface: DataRecord
        Returns the last modified of the record.
        Returns:
        last modified time of the binary stream
      • getLength

        public long getLength()
                       throws DataStoreException
        Description copied from interface: DataRecord
        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

        public java.io.InputStream getStream()
                                      throws DataStoreException
        Description copied from interface: DataRecord
        Returns the the binary stream in this record.
        Returns:
        binary stream
        Throws:
        DataStoreException - if the record could not be accessed