|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tritonus.share.sampled.file.TAudioOutputStream
public abstract class TAudioOutputStream
Base class for classes implementing AudioOutputStream.
| Method Summary | |
|---|---|
void |
close()
Closes the stream. |
long |
getCalculatedLength()
Gives number of bytes already written. |
AudioFormat |
getFormat()
Retrieves the AufioFormat of this AudioOutputStream. |
long |
getLength()
Gives length of the stream. |
int |
write(byte[] abData,
int nOffset,
int nLength)
Writes audio data to the destination (file or output stream). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AudioFormat getFormat()
AudioOutputStream
getFormat in interface AudioOutputStreampublic long getLength()
getLength in interface AudioOutputStreampublic long getCalculatedLength()
public int write(byte[] abData,
int nOffset,
int nLength)
throws java.io.IOException
write in interface AudioOutputStreamjava.io.IOException
public void close()
throws java.io.IOException
close in interface AudioOutputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||