marf.Storage.Loaders
Class ULAWLoader

java.lang.Object
  |
  +--marf.Storage.SampleLoader
        |
        +--marf.Storage.Loaders.ULAWLoader

public class ULAWLoader
extends SampleLoader

Not Implemented


Fields inherited from class marf.Storage.SampleLoader
oAudioFormat, oAudioInputStream, oByteArrayOutputStream, oSample
 
Constructor Summary
ULAWLoader()
          ULAWLoader Constructor
 
Method Summary
 Sample loadSample(java.io.File poFile)
          Not Implemented
 int readAudioData(double[] pSample)
          Not Implemented
 void saveSample(java.io.File poFile)
          Not Implemented
 int writeAudioData(double[] pSample, int nbrData)
          Not Implemented
 
Methods inherited from class marf.Storage.SampleLoader
getSample, getSampleSize, loadSample, reset, saveSample, setSample, updateSample
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ULAWLoader

public ULAWLoader()
ULAWLoader Constructor
Method Detail

loadSample

public Sample loadSample(java.io.File poFile)
                  throws java.lang.Exception
Not Implemented
Overrides:
loadSample in class SampleLoader
Following copied from class: marf.Storage.SampleLoader
Parameters:
poFile - file object a sample to be read from
Returns:
Sample object refernce
Throws:
java.lang.Exception -  

readAudioData

public final int readAudioData(double[] pSample)
                        throws java.lang.Exception
Not Implemented
Overrides:
readAudioData in class SampleLoader
Following copied from class: marf.Storage.SampleLoader
Parameters:
paiAudioData - an array of doubles
Returns:
integer the number of data read
Throws:
java.lang.Exception -  

writeAudioData

public final int writeAudioData(double[] pSample,
                                int nbrData)
                         throws java.lang.Exception
Not Implemented
Overrides:
writeAudioData in class SampleLoader
Following copied from class: marf.Storage.SampleLoader
Parameters:
paiAudioData - an array of doubles
piWords - the number of audio data to written from the paiAudiodata
Returns:
the number of data written
Throws:
java.lang.Exception -  

saveSample

public void saveSample(java.io.File poFile)
                throws java.lang.Exception
Not Implemented
Overrides:
saveSample in class SampleLoader
Following copied from class: marf.Storage.SampleLoader
Parameters:
poFile - File object a sample to be saved to
Throws:
java.lang.Exception -