com.timeindexing.plugin
Interface ReaderResult

All Known Implementing Classes:
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

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


getDataTimestamp

public Timestamp getDataTimestamp()
Get the data timestamp.

Returns:
null if the data has no specific timestamp.

getDataType

public DataType getDataType()
Get the DataType for this data