public final class BasicIDFile
extends java.lang.Object
The file contains
(File information)
(All waveforms information)
(Each waveform information)
read(Path)
BasicID
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
oneIDByte
File size for an ID [byte]
|
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
main(java.lang.String[] args)
Options: -a: show all IDs
|
static BasicID[] |
read(java.nio.file.Path idPath) |
static BasicID[] |
read(java.nio.file.Path idPath,
java.nio.file.Path dataPath) |
public static final int oneIDByte
public static void main(java.lang.String[] args) throws java.io.IOException
args
- [option] [id file name]java.io.IOException
- if an I/O error occurspublic static BasicID[] read(java.nio.file.Path idPath, java.nio.file.Path dataPath) throws java.io.IOException
idPath
- Path
of an ID file, if it does not exist, an
IOExceptiondataPath
- Path
of an data file, if it does not exist, an
IOExceptionBasicID
containing waveform datajava.io.IOException
- if an I/O error happens,