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.


Constructor Index

 o MixFile(File)
Create a MixFile instance from a File.
 o MixFile(String)
Create a MixFile instance from a File.

Method Index

 o read()
Read data from a MIX file.

Constructors

 o MixFile
 public MixFile(String name) throws NullPointerException
Create a MixFile instance from a File.

Parameters:
file - A java.io.File representing a MIX file.
 o MixFile
 public MixFile(File file)
Create a MixFile instance from a File.

Parameters:
file - A java.io.File representing a MIX file.

Methods

 o 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