public class ESTTrackWriter extends Object
| Constructor and Description |
|---|
ESTTrackWriter(float[] setTimes,
float[][] setFrames,
String setFeaType)
Plain constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doWriteAndClose(String fName,
boolean isBinary,
boolean isBigEndian)
Triggers the writing of the file to the disk.
|
public ESTTrackWriter(float[] setTimes,
float[][] setFrames,
String setFeaType)
setTimes - The vector of frame locationssetFrames - The frames -- can be null if only times are to be writtensetFeaType - A string indicating the feature type, for header info (e.g., "LPCC")public void doWriteAndClose(String fName, boolean isBinary, boolean isBigEndian) throws IOException
fName - The name of the file to write to.isBinary - true for a binary write, or false for an ascii text write.isBigEndian - true for a big endian write (PowerPC or SPARC), or false for a little endian write (Intel).IOException - IO ExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.