Package net.raphimc.audiomixer.io.ogg
Class OggVorbisInputStream
java.lang.Object
java.io.InputStream
net.raphimc.audiomixer.io.ogg.OggVorbisInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static AudioInputStreamcreateAudioInputStream(InputStream oggStream) intread()intread(byte[] b, int off, int len) Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
OggVorbisInputStream
- Throws:
IOException
-
-
Method Details
-
createAudioInputStream
- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
getAudioFormat
-