| Constructor and Description |
|---|
DataChunk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Data data)
Add a data to the chunk.
|
SortedSet<Data> |
getDatas() |
org.epics.util.time.TimeInterval |
getInterval() |
boolean |
isEmpty()
Check if the instance is empty.
|
boolean |
isFull()
Check if the instance is full.
|
String |
toString() |
public boolean add(Data data)
data - to be added.true if data have been added, false
otherwise.public boolean isEmpty()
public boolean isFull()
public org.epics.util.time.TimeInterval getInterval()
Copyright © 2010–2015. All rights reserved.