| Interface | Description |
|---|---|
| Converter.ProgressListener |
This interface is used by the Converter to provide
notification of tasks being carried out by the converter,
and to provide new information as it becomes available.
|
| Class | Description |
|---|---|
| Converter |
The
Converter class implements the conversion of
an MPEG audio file to a .WAV file. |
| Converter.PrintWriterProgressListener |
Implementation of
ProgressListener that writes
notification text to a PrintWriter. |
| jlc |
The
jlc class presents the JavaLayer
Conversion functionality as a command-line program. |
| RiffFile |
Class to manage RIFF files
|
| WaveFile |
Class allowing WaveFormat Access
|
| WaveFileObuffer |
Implements an Obuffer by writing the data to
a file in RIFF WAVE format.
|