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
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
Constructors Modifier Constructor Description privateReusableInputStream(InputStream inputStream) -
Method Summary
Modifier and Type Method Description voidclose()Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
ReusableInputStream
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream
-