|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SignalEntry
A SignalEntry represents continuously sampled data with a fixed sample rate.
| Method Summary | |
|---|---|
void |
append(java.lang.Object data)
Appends rows of data at the end of this SignalEntry. |
java.lang.Object |
read(int length)
Reads data from a data file beginning at the current position of the file pointer. |
java.lang.Object |
read(long pos,
int length)
Reads rows of data from a data file beginning at a given position. |
double[][] |
readScaled(int length)
Reads data from a data file beginning at the current position of the file pointer. |
double[][] |
readScaled(long pos,
int length)
Reads data from a data file beginning at a given position. |
| Methods inherited from interface org.unisens.MeasurementEntry |
|---|
getAdcResolution, getAdcZero, getBaseline, getChannelCount, getChannelNames, getDataType, getLsbValue, getUnit, setAdcProperties, setAdcResolution, setAdcZero, setBaseline, setChannelNames, setDataType, setLsbValue, setUnit |
| Methods inherited from interface org.unisens.TimedEntry |
|---|
getCount, getSampleRate, resetPos, setSampleRate |
| Methods inherited from interface org.unisens.Entry |
|---|
addCustomAttribute, clone, close, createBinFileFormat, createCsvFileFormat, createCustomFileFormat, createXmlFileFormat, getComment, getContentClass, getCustomAttributes, getFileFormat, getId, getName, getSource, getSourceId, getUnisens, rename, setComment, setContentClass, setFileFormat, setName, setSource, setSourceId, setUnisens |
| Method Detail |
|---|
java.lang.Object read(long pos,
int length)
throws java.io.IOException
pos - the position to start fromlength - the number of rows to read
java.io.IOException
java.lang.Object read(int length)
throws java.io.IOException
length - the number of rows to read
java.io.IOException
double[][] readScaled(long pos,
int length)
throws java.io.IOException
pos - the position to start fromlength - the number of rows to read
java.io.IOException
double[][] readScaled(int length)
throws java.io.IOException
length - the number of rows to read
java.io.IOException
void append(java.lang.Object data)
throws java.io.IOException,
java.lang.IllegalArgumentException
data - the data to add as object [length][channelCount]
java.io.IOException
java.lang.IllegalArgumentException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||