com.timeindexing.data
Class DataItemFactory

java.lang.Object
  extended by com.timeindexing.data.DataItemFactory

public class DataItemFactory
extends java.lang.Object

The DataItemFactory is responsible for converting a ByteBuffer into a DataItem, given a specific DataType.


Constructor Summary
DataItemFactory()
           
 
Method Summary
 DataItem convert(java.nio.ByteBuffer theBuffer, DataType type)
          Convert a ByteBuffer, given a DataType into a DataItem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataItemFactory

public DataItemFactory()
Method Detail

convert

public DataItem convert(java.nio.ByteBuffer theBuffer,
                        DataType type)
Convert a ByteBuffer, given a DataType into a DataItem.



Timeindexing 2008