com.timeindexing.plugin
Interface ReaderResult

All Known Implementing Classes:
AnnotationReaderResult, DefaultReaderResult

public interface ReaderResult

An interface for the value returned by a reader plugin.


Method Summary
 java.nio.ByteBuffer getData()
          Get the data associated with this ReaderResult.
 Timestamp getDataTimestamp()
          Get the data timestamp.
 DataType getDataType()
          Get the DataType for this data
 

Method Detail

getData

java.nio.ByteBuffer getData()
Get the data associated with this ReaderResult.


getDataTimestamp

Timestamp getDataTimestamp()
Get the data timestamp.

Returns:
null if the data has no specific timestamp.

getDataType

DataType getDataType()
Get the DataType for this data



Timeindexing 2008