public class AudioInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
AudioInputStream(java.io.InputStream inputStream,
AudioFormat audioFormat,
long lLengthInFrames) |
AudioInputStream(TargetDataLine targetDataLine) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
AudioFormat |
getFormat() |
long |
getFrameLength() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] abData) |
int |
read(byte[] abData,
int nOffset,
int nLength) |
void |
reset() |
long |
skip(long nSkip) |
public AudioInputStream(java.io.InputStream inputStream,
AudioFormat audioFormat,
long lLengthInFrames)
public AudioInputStream(TargetDataLine targetDataLine)
public AudioFormat getFormat()
public long getFrameLength()
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] abData)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] abData,
int nOffset,
int nLength)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long nSkip)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic void mark(int readlimit)
mark in class java.io.InputStreampublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.InputStream