public interface AnnotationEntry extends TimedEntry
| Modifier and Type | Method and Description |
|---|---|
void |
empty()
Deletes all Events from the data file.
|
int |
getCommentLength()
Gets the comment length of this EventEntry.
|
int |
getTypeLength()
Gets the type length of this EventEntry.
|
void |
setCommentLength(int commentLength)
Sets the comment length of this EventEntry.
|
void |
setTypeLength(int typeLength)
Sets the type length of this EventEntry.
|
getCount, getSampleRate, resetPos, setSampleRateaddCustomAttribute, clone, close, createBinFileFormat, createCsvFileFormat, createCustomFileFormat, createXmlFileFormat, getComment, getContentClass, getCustomAttributes, getFileFormat, getId, getName, getSource, getSourceId, getUnisens, rename, setComment, setContentClass, setFileFormat, setName, setSource, setSourceId, setUnisensvoid empty()
throws java.io.IOException
java.io.IOExceptionint getCommentLength()
int getTypeLength()
void setTypeLength(int typeLength)
typeLength - the type lengthvoid setCommentLength(int commentLength)
commentLength - the comment length