public class TdmsFileReader
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TdmsFileReader.TdmsSegment |
Constructor and Description |
---|
TdmsFileReader(java.io.File tdmsFile) |
Modifier and Type | Method and Description |
---|---|
TdmsFileReader.TdmsSegment |
getNextSegment()
return the next segment
|
boolean |
hasNextSegment()
return true if there are more segments in the file.
|
public TdmsFileReader(java.io.File tdmsFile) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public TdmsFileReader.TdmsSegment getNextSegment()
public boolean hasNextSegment()