de.jarnbjo.vorbis
Class VorbisAudioFileReader.VorbisInputStream
java.lang.Object
java.io.InputStream
de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- VorbisAudioFileReader
public static class VorbisAudioFileReader.VorbisInputStream
- extends InputStream
|
Method Summary |
int |
read()
|
int |
read(byte[] buffer)
|
int |
read(byte[] buffer,
int offset,
int length)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VorbisAudioFileReader.VorbisInputStream
public VorbisAudioFileReader.VorbisInputStream(VorbisStream source)
read
public int read()
throws IOException
- Specified by:
read in class InputStream
- Throws:
IOException
read
public int read(byte[] buffer)
throws IOException
- Overrides:
read in class InputStream
- Throws:
IOException
read
public int read(byte[] buffer,
int offset,
int length)
throws IOException
- Overrides:
read in class InputStream
- Throws:
IOException
Copyright © 2007-2011
shredzone.org. All Rights Reserved.