|
|||||||||
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 AudioOutputStream
public long getLength()
getLength
in interface AudioOutputStream
public long getCalculatedLength()
public int write(byte[] abData, int nOffset, int nLength) throws java.io.IOException
write
in interface AudioOutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface AudioOutputStream
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |