|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.data.StringItem
A item of data presented by a data reader This is an implementation of StringItem.
Constructor Summary | |
StringItem(java.lang.String s)
Construct a StringItem from a string. |
Method Summary | |
java.nio.ByteBuffer |
getBytes()
Get the data itself |
DataType |
getDataType()
Get the DataType of the DataItem. |
long |
getSize()
Get the size of the item |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringItem(java.lang.String s)
Method Detail |
public java.nio.ByteBuffer getBytes()
getBytes
in interface DataItem
public long getSize()
getSize
in interface DataItem
public DataType getDataType()
getDataType
in interface DataItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |