Package net.minecraft.client.sound
Class RepeatingAudioStream.ReusableInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.minecraft.client.sound.RepeatingAudioStream.ReusableInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- RepeatingAudioStream
@Environment(CLIENT) static class RepeatingAudioStream.ReusableInputStream extends FilterInputStream
- Mappings:
Namespace Name official evg$b
intermediary net/minecraft/class_4856$class_4858
named net/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors Modifier Constructor Description private
ReusableInputStream(InputStream inputStream)
-
Method Summary
Modifier and Type Method Description void
close()
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
ReusableInputStream
- Mappings:
Namespace Name Mixin selector official <init>
Levg$b;<init>(Ljava/io/InputStream;)V
intermediary <init>
Lnet/minecraft/class_4856$class_4858;<init>(Ljava/io/InputStream;)V
named <init>
Lnet/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream;<init>(Ljava/io/InputStream;)V
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Mappings:
Namespace Name Mixin selector official close
Levg$b;close()V
intermediary close
Lnet/minecraft/class_4856$class_4858;close()V
named close
Lnet/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream;close()V
-