Package de.jarnbjo.vorbis
Class VorbisAudioFileReader.VorbisInputStream
java.lang.Object
java.io.InputStream
de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisInputStream
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- VorbisAudioFileReader
public static class VorbisAudioFileReader.VorbisInputStream
extends java.io.InputStream
-
Constructor Summary
Constructors Constructor Description VorbisInputStream(VorbisStream vorbisStream)
-
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VorbisInputStream
-
-
Method Details
-
read
public int read() throws java.io.IOException- Specified by:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] byteArray) throws java.io.IOException- Overrides:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] byteArray, int int1, int int2) throws java.io.IOException- Overrides:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-