|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
com.groovemanager.sampled.providers.AudioFileOutputStream
com.groovemanager.sampled.providers.WavFileOutputStream
com.groovemanager.sampled.providers.WavSliceOutputStream
This AudioFileOutputStream implementation supports writing of additional slice informations into a wave file.
| Field Summary | |
|---|---|
protected int[][] |
slices
The slices to write if any |
| Fields inherited from class com.groovemanager.sampled.providers.AudioFileOutputStream |
|---|
format, outputFile, properties, type |
| Constructor Summary | |
|---|---|
WavSliceOutputStream(java.io.File f,
javax.sound.sampled.AudioFormat format,
java.util.Map properties)
Construct a new WavSliceOutputStream |
|
| Method Summary | |
|---|---|
void |
close()
|
| Methods inherited from class com.groovemanager.sampled.providers.WavFileOutputStream |
|---|
addChunk, flush, write, write, write |
| Methods inherited from class com.groovemanager.sampled.providers.AudioFileOutputStream |
|---|
getFormat, getOutputFile, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[][] slices
| Constructor Detail |
|---|
public WavSliceOutputStream(java.io.File f,
javax.sound.sampled.AudioFormat format,
java.util.Map properties)
throws java.io.IOException
f - The file to write toformat - The AudioFormat in which to write the audio dataproperties - Map of properties to write to the file, if supported
java.io.IOException - If an I/O Error occurs during OutputStream creation| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class WavFileOutputStreamjava.io.IOExceptionCloseable.close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||