| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarf.Storage.SampleLoader
marf.Storage.Loaders.AudioSampleLoader
marf.Storage.Loaders.SNDLoader
public class SNDLoader
TODO: Not Implemented.
| Field Summary | 
|---|
| Fields inherited from class marf.Storage.Loaders.AudioSampleLoader | 
|---|
oAudioFormat, oAudioInputStream, oEncoding | 
| Fields inherited from class marf.Storage.SampleLoader | 
|---|
fRequiredFrequency, iRequiredBitSize, iRequiredChannels, oByteArrayOutputStream, oSample | 
| Fields inherited from interface marf.Storage.ISampleLoader | 
|---|
DEFAULT_CHANNELS, DEFAULT_FREQUENCY, DEFAULT_SAMPLE_BIT_SIZE, MARF_INTERFACE_CODE_REVISION | 
| Constructor Summary | |
|---|---|
SNDLoader()
SND Loader Constructor.  | 
|
| Method Summary | |
|---|---|
static java.lang.String | 
getMARFSourceCodeRevision()
Returns source code revision information.  | 
 Sample | 
loadSample(java.io.File poFile)
Not Implemented.  | 
 int | 
readSampleData(double[] padSample)
Not Implemented.  | 
 void | 
saveSample(java.io.File poFile)
Not Implemented.  | 
 int | 
writeSampleData(double[] padSample,
                int piNbrData)
Not Implemented.  | 
| Methods inherited from class marf.Storage.Loaders.AudioSampleLoader | 
|---|
getAudioFormat, getAudioInputStream, getEncoding, getSampleSize, loadSample, readAudioData, reset, setAudioFormat, setAudioInputStream, setEncoding, writeAudioData | 
| Methods inherited from class marf.Storage.SampleLoader | 
|---|
getRequiredBitSize, getRequiredChannels, getRequiredFrequency, getSample, loadSample, loadSample, saveSample, saveSample, saveSample, setRequiredBitSize, setRequiredChannels, setRequiredFrequency, setSample, updateSample | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SNDLoader()
| Method Detail | 
|---|
public final int readSampleData(double[] padSample)
                         throws StorageException
padSample - unused
NotImplementedException
StorageException - never thrownAudioSampleLoader.readAudioData(double[])
public final int writeSampleData(double[] padSample,
                                 int piNbrData)
                          throws StorageException
padSample - unusedpiNbrData - unused
NotImplementedException
StorageException - never thrownAudioSampleLoader.writeAudioData(double[], int)
public Sample loadSample(java.io.File poFile)
                  throws StorageException
loadSample in interface ISampleLoaderloadSample in class SampleLoaderpoFile - unused
NotImplementedException
StorageException - never thrownSampleLoader.loadSample(InputStream)
public void saveSample(java.io.File poFile)
                throws StorageException
saveSample in interface ISampleLoadersaveSample in class SampleLoaderpoFile - unused
NotImplementedException
StorageException - never thrownISampleLoader.saveSample(java.io.File)public static java.lang.String getMARFSourceCodeRevision()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||