|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectwavFiles.ByteConverter
wavFiles.ByteConverterAifInt32
public class ByteConverterAifInt32
| Constructor Summary | |
|---|---|
ByteConverterAifInt32()
|
|
| Method Summary | |
|---|---|
int |
bytesToDouble(byte[] byteData,
double[][] doubleData,
int numBytes)
Converts a byte array into a double array. |
int |
doubleToBytes(double[][] doubleData,
byte[] byteData,
int numSamples)
Converts a double array into a byte array. |
| Methods inherited from class wavFiles.ByteConverter |
|---|
createByteConverter, createByteConverter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteConverterAifInt32()
| Method Detail |
|---|
public int bytesToDouble(byte[] byteData,
double[][] doubleData,
int numBytes)
ByteConverter
bytesToDouble in class ByteConverterbyteData - byte datadoubleData - double data
public int doubleToBytes(double[][] doubleData,
byte[] byteData,
int numSamples)
ByteConverter
doubleToBytes in class ByteConverterdoubleData - double databyteData - byte data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||