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