Package net.minecraft.client.audio
Class OggAudioStreamWrapper.Stream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- net.minecraft.client.audio.OggAudioStreamWrapper.Stream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- OggAudioStreamWrapper
static class OggAudioStreamWrapper.Stream extends java.io.FilterInputStream
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Stream(java.io.InputStream p_i232497_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-