sound.chat
Class AudioCapture.TargetDataLineMeter
java.lang.Object
   java.io.InputStream
java.io.InputStream
       javax.sound.sampled.AudioInputStream
javax.sound.sampled.AudioInputStream
           sound.chat.AudioCapture.TargetDataLineMeter
sound.chat.AudioCapture.TargetDataLineMeter
- All Implemented Interfaces: 
- java.io.Closeable
- Enclosing class:
- AudioCapture
- public class AudioCapture.TargetDataLineMeter 
- extends javax.sound.sampled.AudioInputStream
 
| Methods inherited from class javax.sound.sampled.AudioInputStream | 
| getFormat, getFrameLength | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
available
public int available()
              throws java.io.IOException
- 
- Overrides:
- availablein class- javax.sound.sampled.AudioInputStream
 
- 
- Throws:
- java.io.IOException
 
read
public int read()
         throws java.io.IOException
- 
- Overrides:
- readin class- javax.sound.sampled.AudioInputStream
 
- 
- Throws:
- java.io.IOException
 
read
public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
- 
- Overrides:
- readin class- javax.sound.sampled.AudioInputStream
 
- 
- Throws:
- java.io.IOException
 
close
public void close()
           throws java.io.IOException
- 
- Specified by:
- closein interface- java.io.Closeable
- Overrides:
- closein class- javax.sound.sampled.AudioInputStream
 
- 
- Throws:
- java.io.IOException
 
read
public int read(byte[] b)
         throws java.io.IOException
- 
- Overrides:
- readin class- javax.sound.sampled.AudioInputStream
 
- 
- Throws:
- java.io.IOException
 
skip
public long skip(long n)
          throws java.io.IOException
- 
- Overrides:
- skipin class- javax.sound.sampled.AudioInputStream
 
- 
- Throws:
- java.io.IOException
 
mark
public void mark(int readlimit)
- 
- Overrides:
- markin class- javax.sound.sampled.AudioInputStream
 
- 
 
reset
public void reset()
           throws java.io.IOException
- 
- Overrides:
- resetin class- javax.sound.sampled.AudioInputStream
 
- 
- Throws:
- java.io.IOException
 
markSupported
public boolean markSupported()
- 
- Overrides:
- markSupportedin class- javax.sound.sampled.AudioInputStream
 
-