public abstract class TAsynchronousFilteredAudioInputStream extends TAudioInputStream implements TCircularBuffer.Trigger
| Constructor and Description |
|---|
TAsynchronousFilteredAudioInputStream(AudioFormat outputFormat,
long lLength)
Constructor.
|
TAsynchronousFilteredAudioInputStream(AudioFormat outputFormat,
long lLength,
int nBufferSize,
int nMinAvailable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int nReadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] abData) |
int |
read(byte[] abData,
int nOffset,
int nLength) |
void |
reset() |
long |
skip(long lSkip) |
propertiesgetFormat, getFrameLengthequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic TAsynchronousFilteredAudioInputStream(AudioFormat outputFormat, long lLength)
lLength - length of this stream in frames. May be
AudioSystem.NOT_SPECIFIED.public TAsynchronousFilteredAudioInputStream(AudioFormat outputFormat, long lLength, int nBufferSize, int nMinAvailable)
lLength - length of this stream in frames. May be
AudioSystem.NOT_SPECIFIED.nBufferSize - size of the circular buffer in bytes.public int read()
throws java.io.IOException
read in class AudioInputStreamjava.io.IOExceptionpublic int read(byte[] abData)
throws java.io.IOException
read in class AudioInputStreamjava.io.IOExceptionpublic int read(byte[] abData,
int nOffset,
int nLength)
throws java.io.IOException
read in class AudioInputStreamjava.io.IOExceptionpublic long skip(long lSkip)
throws java.io.IOException
skip in class AudioInputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class AudioInputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class AudioInputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class AudioInputStreampublic void mark(int nReadLimit)
mark in class AudioInputStreampublic void reset()
throws java.io.IOException
reset in class AudioInputStreamjava.io.IOException