All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.util.MixFile
java.lang.Object
|
+----ejmf.toolkit.util.MixFile
- public class MixFile
- extends Object
MixFile reads a MIX file generated by a ejmf.example.mixer.SimpleMixer
session.
-
MixFile(File)
-
Create a MixFile instance from a File.
-
MixFile(String)
-
Create a MixFile instance from a File.
-
read()
-
Read data from a MIX file.
MixFile
public MixFile(String name) throws NullPointerException
- Create a MixFile instance from a File.
- Parameters:
- file - A java.io.File representing a MIX file.
MixFile
public MixFile(File file)
- Create a MixFile instance from a File.
- Parameters:
- file - A java.io.File representing a MIX file.
read
public MixFileData read() throws IOException
- Read data from a MIX file.
- Returns:
- MixFileData a vector of MixTrackData elements
- Throws: IOException
- is thrown if there is an error
in the data.
All Packages Class Hierarchy This Package Previous Next Index