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
A FilterInputStream that does not close the underlying InputStream.
-
Field Summary
Fields inherited from class FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
NoCloseBuffer
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream
-