Package net.minecraft.client.sounds
Class LoopingAudioStream.NoCloseBuffer
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.minecraft.client.sounds.LoopingAudioStream.NoCloseBuffer
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- LoopingAudioStream
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
-
Method Summary
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
-
NoCloseBuffer
NoCloseBuffer(InputStream p_120172_)
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
-